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
-
Method Details
-
getMarshalledBytes
byte[] getMarshalledBytes() -
getEntity
T getEntity()
-