com.dyuproject.protostuff
Interface Message<T>


public interface Message<T>

The serializable object where its schema handles its serialization and deserialization.

Author:
David Yu
Date created:
Nov 9, 2009

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

Method Detail

cachedSchema

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



Copyright © 2009-2013. All Rights Reserved.