Package org.robovm.apple.foundation
Interface NSKeyedArchiverDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSKeyedArchiverDelegateAdapter
public interface NSKeyedArchiverDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidEncodeObject(NSKeyedArchiver archiver, NSObject object)voiddidFinish(NSKeyedArchiver archiver)NSObjectwillEncodeObject(NSKeyedArchiver archiver, NSObject object)voidwillFinish(NSKeyedArchiver archiver)voidwillReplaceObject(NSKeyedArchiver archiver, NSObject object, NSObject newObject)