class SSZ
Simple Serialize (SSZ) encoding and decoding. |
|
interface SSZReader
A reader for consuming values from an SSZ encoded source. |
|
interface SSZWriter
A writer for encoding values to SSZ. |
open class EndOfSSZException : SSZException
Indicates the end of the SSZ source has been reached unexpectedly. |
|
open class InvalidSSZTypeException : SSZException
Indicates that an unexpected type was encountered when decoding SSZ. |
|
open class SSZException : RuntimeException
Base type for all SSZ encoding and decoding exceptions. |