Show / Hide Table of Contents

Interface ISerializedType

Namespace: Xrpl.BinaryCodec.Types
Assembly: Xrpl.BinaryCodec.dll
Syntax
public interface ISerializedType

Methods

| Edit this page View Source

ToBytes(IBytesSink)

to bytes Sink

Declaration
void ToBytes(IBytesSink sink)
Parameters
Type Name Description
IBytesSink sink

bytes Sink container

| Edit this page View Source

ToJson()

Get the JSON representation of this type

Declaration
JsonNode ToJson()
Returns
Type Description
JsonNode

Extension Methods

StExtensions.ToDebuggedHex(ISerializedType)
StExtensions.ToHex(ISerializedType)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX