Package io.protostuff

Interface Message<T>


public interface Message<T>
The serializable object where its schema handles its serialization and deserialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the cached schema of this message.
  • Method Details

    • cachedSchema

      Schema<T> cachedSchema()
      Gets the cached schema of this message.