2using System.Collections.Generic;
3using System.Reflection;
byte ReadUInt8()
Reads a 8-bit unsigned integer from the input.
Abstract base class for properties
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.
void WriteUInt8(byte Value)
Writes a 8-bit unsigned integer to the output.