data class mainly used for data store/retrieval
This class supportes serialization of based
instances.
BDBDatabaseEntry |
Internal method to specify information about encoding/decoding
See Also:
- dataWithDeserializationMethodInfo:
; - (NSData *) dataWithDeserializationMethodInfo: (int *) deserializationInfo; - object; - setData: (NSData *) dataToSet usedSerializationMethod: (int) serializationMethod; @@end
object
- to use / - initWithObject: (id
) object deserializationInfo
- If not NULL then it will be set giving a hint about the deserialization method to be used.
dataToSet
- encoded data to set
serializationMethod
- hint about the method
dataWithDeserializationMethodInfo: |
Internal method to specify information about encoding/decoding
See Also:
- initWithObject
; - (NSData *) dataWithDeserializationMethodInfo: (int *) deserializationInfo; - object; - setData: (NSData *) dataToSet usedSerializationMethod: (int) serializationMethod; @@end
object
- to use / - initWithObject: (id
) object deserializationInfo
- If not NULL then it will be set giving a hint about the deserialization method to be used.
dataToSet
- encoded data to set
serializationMethod
- hint about the method
(Last Updated August 27, 2006)