2using System.Collections.Generic;
3using System.Reflection;
Guid ReadGuid()
Reads a Guid 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 WriteGuid(Guid Value)
Writes a Guid to the output.