Interface ISerializedType
Namespace: Xrpl.BinaryCodec
Assembly: Xrpl.BinaryCodec.dll
Syntax
public interface ISerializedType
Methods
| Improve this Doc View SourceToBytes(IBytesSink)
to bytes Sink
Declaration
void ToBytes(IBytesSink sink)
Parameters
| Type | Name | Description |
|---|---|---|
| IBytesSink | sink | bytes Sink container |
ToJson()
Get the JSON representation of this type
Declaration
JToken ToJson()
Returns
| Type | Description |
|---|---|
| JToken |