Skip navigation links

Simple Binary Encoding (SBE)

Packages 
Package Description
uk.co.real_logic.sbe
SBE Tool for generating encoders and decoders in multiple languages.
uk.co.real_logic.sbe.codec.java
Annotation for marking the order of groups in generated code to provide metadata.
uk.co.real_logic.sbe.generation
Codec generators for various programming languages which take Ir as input.
uk.co.real_logic.sbe.generation.c
Generation of codecs for the C programming language.
uk.co.real_logic.sbe.generation.cpp
Generation of codecs for the C++ programming language.
uk.co.real_logic.sbe.generation.csharp
Generation of codecs for the C# programming language.
uk.co.real_logic.sbe.generation.golang
Generation of codecs for the Go Lang programming language.
uk.co.real_logic.sbe.generation.java
Generation of codecs for the Java programming language.
uk.co.real_logic.sbe.generation.rust
Generation of codecs for the Rust programming language.
uk.co.real_logic.sbe.ir
Intermediate Representation for the parsed XML message schema which can be used for generating codecs or performing OTF decoding.
uk.co.real_logic.sbe.ir.generated
SBE IR Serialization Codecs.
uk.co.real_logic.sbe.json
An OTF decoder for decoding and printing messages in JSON format.
uk.co.real_logic.sbe.otf
On-The-Fly (OTF) decoding of messages based on Ir using a visitor pattern.
uk.co.real_logic.sbe.xml
Parser and types for the XML based messages schemas.
Skip navigation links

Copyright © 2013-2022 Real Logic Limited. All Rights Reserved.