Table of Contents

Interface IStateStringParser

Namespace
Backdash.Synchronizing.State
Assembly
Backdash.dll

Get string representation of the state Used for Sync Test logging ForSyncTest(Action<SyncTestOptions<TInput>>?)

public interface IStateStringParser

Methods

GetStateString(in Frame, ref readonly BinaryBufferReader, object?)

Parse binary state to a string representation.

string GetStateString(in Frame frame, ref readonly BinaryBufferReader reader, object? currentState)

Parameters

frame Frame
reader BinaryBufferReader
currentState object

Returns

string