Esempio n. 1
0
 internal static string SerializeWithAssert(IStateFormatter2 formatter, object stateGraph, Purpose purpose) {
     return formatter.Serialize(stateGraph, purpose);
 }
Esempio n. 2
0
 internal static object DeserializeWithAssert(IStateFormatter2 formatter, string serializedState, Purpose purpose) {
     return formatter.Deserialize(serializedState, purpose);
 }
Esempio n. 3
0
 internal GridView(IStateFormatter2 stateFormatter) {
     _stateFormatter = stateFormatter;
 }