Interface MarshalledEntity<T>


  • public interface MarshalledEntity<T>
    Allows you to access the entity's raw bytes as well as the marshalled object.
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • getMarshalledBytes

        byte[] getMarshalledBytes()
      • getEntity

        T getEntity()