com.jniwrapper.macosx.cocoa.nsserialization
Interface NSObjCTypeSerializationCallBackProtocol


public interface NSObjCTypeSerializationCallBackProtocol

This interface represents NSObjCTypeSerializationCallBackProtocol protocol. See the protocol documentation at the Apple's site: NSObjCTypeSerializationCallBackProtocol


Method Summary
 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.
 

Method Detail

deserializeObjectAt_ofObjCType_fromData_atCursor

public 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.

Parameters:
object -
type -
data -
cursor -

serializeObjectAt_ofObjCType_intoData

public void serializeObjectAt_ofObjCType_intoData(Id object,
                                                  com.jniwrapper.AnsiString type,
                                                  NSMutableData data)
This method represents the serializeObjectAt() method of the NSObjCTypeSerializationCallBackProtocol Objective-C protocol.

Parameters:
object -
type -
data -