2using System.Collections.Generic;
3using System.Reflection;
bool ReadBoolean()
Reads a boolean value from the input.
override Type PropertyType
Property Type
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.
Abstract base class for properties
void WriteBoolean(bool Value)
Writes a boolean value to the output.