Package | Description |
---|---|
org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
org.infinispan.protostream.sampledomain.marshallers |
Modifier and Type | Method and Description |
---|---|
void |
MessageMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
T t) |
Modifier and Type | Method and Description |
---|---|
void |
LimitsMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
Account.Limits limits) |
void |
AccountMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
Account account) |
void |
AddressMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
Address address) |
void |
TransactionMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
Transaction transaction) |
void |
UserMarshaller.writeTo(MessageMarshaller.ProtoStreamWriter writer,
User user) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.