Class BinaryObject

java.lang.Object
com.gigaspaces.serialization.BinaryObject
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class BinaryObject extends Object implements SmartExternalizable
Contains an object serialized in a binary format. This class is used internally to store user defined objects in the space without reconstructing the original object.
Since:
6.5
Version:
1.0
Author:
Niv
See Also:
  • Constructor Details

    • BinaryObject

      public BinaryObject()
      Default constructor.
    • BinaryObject

      public BinaryObject(byte formatCode, byte[] data)
      Constructor with data.
  • Method Details