Serialized Form


Package net.sf.fikin.classmarshaling

Class net.sf.fikin.classmarshaling.MarshaledObject extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

objBytes

byte[] objBytes
Bytes of serialized representation. If objBytes is null then the object marshaled was a null reference.

locBytes

byte[] locBytes
Bytes of location annotations, which are ignored by equals. If locBytes is null, there were no non-null annotations during marshaling.



Copyright © 2007 Nikolay Fiykov. All Rights Reserved.