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 DataClayByteArrayImmutableParamOrReturn. serializedBytesArray of serialized bytes of object.protected DataClayByteArrayLanguageParamOrReturn. serializedBytesArray of serialized bytes of object.Methods in es.bsc.dataclay.serialization.lib that return DataClayByteArray Modifier and Type Method Description static DataClayByteArrayDataClaySerializationLib. createBufferAndSerialize(DataClaySerializable instance, boolean ignoreUserTypes, Map<MetaClassID,byte[]> ifaceBitMaps, IdentityHashMap<Object,Integer> curSerializedObjs, ListIterator<DataClayObject> pendingObjs, boolean returnNullIfNoRefCounting)Create buffer and serializeDataClayByteArrayImmutableParamOrReturn. getSerializedBytes()DataClayByteArrayLanguageParamOrReturn. getSerializedBytes()DataClayByteArrayObjectWithDataParamOrReturn. getSerializedBytes()static DataClayByteArrayDataClaySerializationLib. 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 voidDataClayDeserializationLib. createBufferAndDeserialize(DataClayByteArray byteArray, DataClaySerializable instance, Map<MetaClassID,byte[]> ifaceBitMaps, DataClayObjectMetaData metadata, Map<Integer,Object> curDeserializedJavaObjs)Create buffer and deserializestatic DataClayByteBufferSerializationLibUtils. newByteBuffer(DataClayByteArray byteArray)Creates a new byte buffer with bytes providedstatic byte[]DataClaySerializationLib. serializeForDB(ObjectID objectID, DataClayObjectMetaData objectMetaData, DataClayByteArray theBytes, boolean isStore)Serialize for DBvoidImmutableParamOrReturn. setSerializedBytes(DataClayByteArray byteArray)voidLanguageParamOrReturn. setSerializedBytes(DataClayByteArray theserializedBytes)voidObjectWithDataParamOrReturn. 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
-