2using System.Collections.Generic;
3using System.Reflection;
byte[] ReadBinary()
Reads binary data from the input.
override object Deserialize(Deserializer Input, Type ExpectedType)
Deserializes the property value
override void Serialize(Serializer Output, object Value)
Serializes the property value of an object.
override Type PropertyType
Property Type
Abstract base class for properties
void WriteBinary(byte[] Value)
Writes binary data to the output.