Order Book Snapshot
Encode and decode a full market snapshot with repeated bids and asks, optional fields, and metadata.
- Repeated levels and nested writers
- Optional fields with presence checks
- JSON driven payloads
Examples
Runnable demos that go from schema to socket.
Each example is a standalone project with codegen, build steps, and real output.
git clone https://github.com/mvp-express/examples.git
On Windows, use gradlew.bat or mvnw.cmd instead of ./gradlew and
./mvnw.
Schema driven serialization with zero-copy flyweights.
Encode and decode a full market snapshot with repeated bids and asks, optional fields, and metadata.
Nested legs, repeated tags, optional comment fields, and binary attachments.
A compact telemetry payload with repeated latencies, enums, and optional note and payload fields.
Ping and pong over Myra Transport with registered buffers.
Client and server using Myra Transport with registered buffers and a generated codec payload.
The same ping/pong demo wired for Maven users, including exec goals and preview flags.
Jump into the community for questions, tips, or contributions.