Uses of Interface
io.protostuff.Message
Packages that use Message
-
Uses of Message in io.protostuff
Classes in io.protostuff with type parameters of type MessageMethods in io.protostuff with type parameters of type MessageModifier and TypeMethodDescriptionstatic <T extends Message<T>>
voidJsonXIOUtil.writeTo
(OutputStream out, T message, boolean numeric, LinkedBuffer buffer) Constructors in io.protostuff with parameters of type MessageModifierConstructorDescriptionUninitializedMessageException
(Message<?> targetMessage) UninitializedMessageException
(String msg, Message<?> targetMessage) -
Uses of Message in io.protostuff.runtime
Methods in io.protostuff.runtime with parameters of type MessageModifier and TypeMethodDescriptionprotected <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)