Inheritance
AotListFormatter
Namespace: Ludiq
public sealed class AotListFormatter : MinimalBaseFormatter<AotList>
Methods
Declaration
protected override AotList GetUninitializedObject()
Returns
Declaration
protected override void Read(ref AotList value, IDataReader reader)
Parameters
| Type |
Name |
Description |
| AotList |
value |
|
| IDataReader |
reader |
|
Declaration
protected override void Write(ref AotList value, IDataWriter writer)
Parameters
| Type |
Name |
Description |
| AotList |
value |
|
| IDataWriter |
writer |
|
Extension Methods