public interface NSObjCTypeSerializationCallBackProtocol
NSObjCTypeSerializationCallBackProtocol
protocol.
See the protocol documentation at the Apple's site: NSObjCTypeSerializationCallBackProtocolModifier and Type | Method and Description |
---|---|
void |
deserializeObjectAt_ofObjCType_fromData_atCursor(Id object,
com.jniwrapper.AnsiString type,
NSData data,
com.jniwrapper.UInt16 cursor)
This method represents the
deserializeObjectAt() method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol. |
void |
serializeObjectAt_ofObjCType_intoData(Id object,
com.jniwrapper.AnsiString type,
NSMutableData data)
This method represents the
serializeObjectAt() method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol. |
void deserializeObjectAt_ofObjCType_fromData_atCursor(Id object, com.jniwrapper.AnsiString type, NSData data, com.jniwrapper.UInt16 cursor)
deserializeObjectAt()
method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol.object
- type
- data
- cursor
- void serializeObjectAt_ofObjCType_intoData(Id object, com.jniwrapper.AnsiString type, NSMutableData data)
serializeObjectAt()
method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol.object
- type
- data
-