4 references to Serialize
BinaryFormatTests (4)
FormatTests\FormattedObject\HashTableTests.cs (2)
71
SerializationRecord rootRecord = NrbfDecoder.Decode(
Serialize
(hashtable));
129
SerializationRecord rootRecord = NrbfDecoder.Decode(
Serialize
(hashtable));
FormatTests\FormattedObject\ListTests.cs (1)
83
SerializationRecord rootRecord = NrbfDecoder.Decode(
Serialize
(list));
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
112
SerializationRecord rootRecord = NrbfDecoder.Decode(
Serialize
(value));