2using System.Collections.Generic;
3using System.Reflection;
double ReadDouble()
Reads a double-precision floating point number from the input.
Double precision floating-point property
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 WriteDouble(double Value)
Writes a double-precision floating point number to the output.