Uses of Class
es.bsc.dataclay.serialization.buffer.DataClayByteArray
-
Packages that use DataClayByteArray Package Description es.bsc.dataclay.serialization.lib Utility classes for binary serialization -
-
Uses of DataClayByteArray in es.bsc.dataclay.serialization.lib
Fields in es.bsc.dataclay.serialization.lib declared as DataClayByteArray Modifier and Type Field Description protected DataClayByteArray
ImmutableParamOrReturn. serializedBytes
Array of serialized bytes of object.protected DataClayByteArray
LanguageParamOrReturn. serializedBytes
Array of serialized bytes of object.Methods in es.bsc.dataclay.serialization.lib that return DataClayByteArray Modifier and Type Method Description static DataClayByteArray
DataClaySerializationLib. createBufferAndSerialize(DataClaySerializable instance, boolean ignoreUserTypes, Map<MetaClassID,byte[]> ifaceBitMaps, IdentityHashMap<Object,Integer> curSerializedObjs, ListIterator<DataClayObject> pendingObjs, boolean returnNullIfNoRefCounting)
Create buffer and serializeDataClayByteArray
ImmutableParamOrReturn. getSerializedBytes()
DataClayByteArray
LanguageParamOrReturn. getSerializedBytes()
DataClayByteArray
ObjectWithDataParamOrReturn. getSerializedBytes()
static DataClayByteArray
DataClaySerializationLib. serializeParameterOrReturn(DataClaySerializable paramReturn, ListIterator<DataClayObject> it)
Serialize parameter or returnMethods in es.bsc.dataclay.serialization.lib with parameters of type DataClayByteArray Modifier and Type Method Description static void
DataClayDeserializationLib. createBufferAndDeserialize(DataClayByteArray byteArray, DataClaySerializable instance, Map<MetaClassID,byte[]> ifaceBitMaps, DataClayObjectMetaData metadata, Map<Integer,Object> curDeserializedJavaObjs)
Create buffer and deserializestatic DataClayByteBuffer
SerializationLibUtils. newByteBuffer(DataClayByteArray byteArray)
Creates a new byte buffer with bytes providedstatic byte[]
DataClaySerializationLib. serializeForDB(ObjectID objectID, DataClayObjectMetaData objectMetaData, DataClayByteArray theBytes, boolean isStore)
Serialize for DBvoid
ImmutableParamOrReturn. setSerializedBytes(DataClayByteArray byteArray)
void
LanguageParamOrReturn. setSerializedBytes(DataClayByteArray theserializedBytes)
void
ObjectWithDataParamOrReturn. setSerializedBytes(DataClayByteArray theserializedBytes)
Constructors in es.bsc.dataclay.serialization.lib with parameters of type DataClayByteArray Constructor Description ImmutableParamOrReturn(DataClayByteArray thebytes)
ConstructorLanguageParamOrReturn(DataClayObjectMetaData themetaData, DataClayByteArray thebytes)
ConstructorObjectWithDataParamOrReturn(ObjectID theObjectID, MetaClassID theclassID, DataClayObjectMetaData themetadata, DataClayByteArray thebytes)
Constructor
-