Uses of Interface
io.protostuff.Message
-
Packages that use Message Package Description io.protostuff io.protostuff.runtime -
-
Uses of Message in io.protostuff
Classes in io.protostuff with type parameters of type Message Modifier and Type Interface Description interfaceBuilder<T extends Message<T>>A builder that can build amessage.Methods in io.protostuff with type parameters of type Message Modifier and Type Method Description static <T extends Message<T>>
voidJsonXIOUtil. writeTo(java.io.OutputStream out, T message, boolean numeric, LinkedBuffer buffer)Constructors in io.protostuff with parameters of type Message Constructor Description UninitializedMessageException(Message<?> targetMessage)UninitializedMessageException(java.lang.String msg, Message<?> targetMessage) -
Uses of Message in io.protostuff.runtime
Methods in io.protostuff.runtime with parameters of type Message Modifier and Type Method Description protected <T> Schema<T>DefaultIdStrategy. writeMessageIdTo(Output output, int fieldNumber, Message<T> message)protected <T> Schema<T>ExplicitIdStrategy. writeMessageIdTo(Output output, int fieldNumber, Message<T> message)protected abstract <T> Schema<T>IdStrategy. writeMessageIdTo(Output output, int fieldNumber, Message<T> message)protected <T> Schema<T>IncrementalIdStrategy. writeMessageIdTo(Output output, int fieldNumber, Message<T> message)
-