See: Description
Class | Description |
---|---|
Encoding |
Optional encoding settings that can be associated with
Token s. |
Encoding.Builder |
Builder to make
Encoding easier to create. |
GenerationUtil |
Common code generation utility functions to be used by the different language specific backends.
|
HeaderStructure |
Metadata description for a message header structure expected before messages to understand the type requiring
decoding.
|
Ir |
Intermediate Representation (IR) of SBE messages to be used for the generation of encoders and decoders
as stubs in various languages.
|
IrDecoder |
Decoder for encoded
Ir representing an SBE schema which can be read from a buffer or file. |
IrEncoder |
Encoder for
Ir representing an SBE schema which can be written to a buffer or file. |
Token |
Class to encapsulate a token of information for the message schema stream.
|
Token.Builder |
Builder for
Token which can simplify construction. |
Enum | Description |
---|---|
Encoding.Presence |
Indicates the presence status of a primitive encoded field in a message.
|
Signal |
Signal the
Token role within a stream of tokens. |
Copyright © 2013-2022 Real Logic Limited. All Rights Reserved.