public class LimitsMarshaller extends Object implements MessageMarshaller<Account.Limits>
MessageMarshaller.ProtoStreamReader, MessageMarshaller.ProtoStreamWriter| Constructor and Description |
|---|
LimitsMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Account.Limits> |
getJavaClass()
Returns the Java type handled by this marshaller.
|
String |
getTypeName()
Returns the full name of the message or enum type as declared in the protobuf file.
|
Account.Limits |
readFrom(MessageMarshaller.ProtoStreamReader reader) |
void |
writeTo(MessageMarshaller.ProtoStreamWriter writer,
Account.Limits limits) |
public String getTypeName()
BaseMarshallergetTypeName in interface BaseMarshaller<Account.Limits>public Class<? extends Account.Limits> getJavaClass()
BaseMarshallergetJavaClass in interface BaseMarshaller<Account.Limits>public Account.Limits readFrom(MessageMarshaller.ProtoStreamReader reader) throws IOException
readFrom in interface MessageMarshaller<Account.Limits>IOExceptionpublic void writeTo(MessageMarshaller.ProtoStreamWriter writer, Account.Limits limits) throws IOException
writeTo in interface MessageMarshaller<Account.Limits>IOExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.