2using System.Collections.Generic;
3using System.Reflection;
float ReadSingle()
Reads a single-precision floating point number from the input.
Abstract base class for properties
Single precision floating-point property
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
void WriteSingle(float Value)
Writes a single-precision floating point number to the output.