Package io.protostuff
Interface Message<T>
-
public interface Message<T>The serializable object where itsschemahandles 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.
-