2using System.Collections.Generic;
3using System.Reflection;
decimal ReadDecimal()
Reads a decimal number 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 WriteDecimal(decimal Value)
Writes a decimal number to the output.