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