Uses of Class
com.jniwrapper.macosx.cocoa.nsserialization.NSDeserializer

Packages that use NSDeserializer
com.jniwrapper.macosx.cocoa.nsserialization   
 

Uses of NSDeserializer in com.jniwrapper.macosx.cocoa.nsserialization
 

Methods in com.jniwrapper.macosx.cocoa.nsserialization that return NSDeserializer
static NSDeserializer NSDeserializer.NSDeserializer_deserializePropertyListFromData_mutableContainers(NSData serialization, boolean mut)
          This method represents the deserializePropertyListFromData static constructor of the NSDeserializer Objective-C class.
static NSDeserializer NSDeserializer.NSDeserializer_deserializePropertyListFromData_atCursor_mutableContainers(NSData data, com.jniwrapper.UInt16 cursor, boolean mut)
          This method represents the deserializePropertyListFromData static constructor of the NSDeserializer Objective-C class.
static NSDeserializer NSDeserializer.NSDeserializer_deserializePropertyListLazilyFromData_atCursor_length_mutableContainers(NSData data, com.jniwrapper.UInt16 cursor, com.jniwrapper.UInt16 length, boolean mut)
          This method represents the deserializePropertyListLazilyFromData static constructor of the NSDeserializer Objective-C class.