Avro C#
|
Convert C# DateTimeOffset properties to long unix time. More...
Public Member Functions | |
object | ToAvroType (object o, Schema s) |
Convert from DateTimeOffset to Unix long. | |
object | FromAvroType (object o, Schema s) |
Convert from Unix long to DateTimeOffset. | |
Type | GetAvroType () |
Avro type. | |
Type | GetPropertyType () |
Property type. | |
Convert C# DateTimeOffset properties to long unix time.
Convert from Unix long to DateTimeOffset.
o | long |
s | Schema |
Implements Avro.Reflect.IAvroFieldConverter.
|
inline |
|
inline |
Convert from DateTimeOffset to Unix long.
o | DateTimeOffset |
s | Schema |
Implements Avro.Reflect.IAvroFieldConverter.