Package io.protostuff
Interface Message<T>
-
public interface Message<T>
The serializable object where itsschema
handles its serialization and deserialization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema<T>
cachedSchema()
Gets the cached schema of this message.
-