public class LimitsMarshaller extends java.lang.Object implements MessageMarshaller<Account.Limits>
MessageMarshaller.ProtoStreamReader, MessageMarshaller.ProtoStreamWriter| Constructor and Description |
|---|
LimitsMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends Account.Limits> |
getJavaClass()
Returns the Java type handled by this marshaller.
|
java.lang.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 java.lang.String getTypeName()
BaseMarshallergetTypeName in interface BaseMarshaller<Account.Limits>public java.lang.Class<? extends Account.Limits> getJavaClass()
BaseMarshallergetJavaClass in interface BaseMarshaller<Account.Limits>public Account.Limits readFrom(MessageMarshaller.ProtoStreamReader reader) throws java.io.IOException
readFrom in interface MessageMarshaller<Account.Limits>java.io.IOExceptionpublic void writeTo(MessageMarshaller.ProtoStreamWriter writer, Account.Limits limits) throws java.io.IOException
writeTo in interface MessageMarshaller<Account.Limits>java.io.IOException