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 Summary

    Modifier and Type
    Method
    Description
     
    byte[]
     
  • Method Details

    • getMarshalledBytes

      byte[] getMarshalledBytes()
    • getEntity

      T getEntity()