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