2using System.Collections.Generic;
3using System.Reflection;
int ReadInt32()
Reads a 32-bit signed integer from the input.
override object Deserialize(Deserializer Input, Type ExpectedType)
Deserializes the property value
override Type PropertyType
Property Type
override void Serialize(Serializer Output, object Value)
Serializes the property value of an object.
Abstract base class for properties
void WriteInt32(int Value)
Writes a 32-bit signed integer to the output.