[]
Represents an object coder with write and read functions for a specific type.
public ObjectCoder(Action<XmlWriter, T> Write, Func<XmlReader, T> Read)
Type | Name | Description |
---|---|---|
Action<XmlWriter, T> | Write | Function to write a value of type |
Func<XmlReader, T> | Read | Function to read a value of type |
protected ObjectCoder(Coders.ObjectCoder<T> original)
Type | Name | Description |
---|---|---|
Coders.ObjectCoder<T> | original |