2using System.Collections.Generic;
3using System.Reflection;
DateTimeOffset ReadDateTimeOffset()
Reads a DateTimeOffset from the input.
override void Serialize(Serializer Output, object Value)
Serializes the property value of an object.
override object Deserialize(Deserializer Input, Type ExpectedType)
Deserializes the property value
override Type PropertyType
Property Type
Abstract base class for properties
void WriteDateTimeOffset(DateTimeOffset Value)
Writes a DateTimeOffset to the output.