Package apple.foundation
Class NSKeyedUnarchiver
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.foundation.NSCoder
-
- apple.foundation.NSKeyedUnarchiver
-
- All Implemented Interfaces:
NSObject
- Direct Known Subclasses:
MPSKeyedUnarchiver
public class NSKeyedUnarchiver extends NSCoder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNSKeyedUnarchiver(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanaccessInstanceVariablesDirectly()static NSKeyedUnarchiveralloc()static java.lang.ObjectallocWithZone(org.moe.natj.general.ptr.VoidPtr zone)static booleanautomaticallyNotifiesObserversForKey(java.lang.String key)static voidcancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)static voidcancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)static NSArray<java.lang.String>classFallbacksForKeyedArchiver()org.moe.natj.objc.ClassclassForClassName(java.lang.String codedName)static org.moe.natj.objc.ClassclassForClassName_static(java.lang.String codedName)During decoding, the coder first checks with the coder's own table, then if there was no mapping there, the class's.static org.moe.natj.objc.ClassclassForKeyedUnarchiver()booleancontainsValueForKey(java.lang.String key)static java.lang.StringdebugDescription_static()booleandecodeBoolForKey(java.lang.String key)org.moe.natj.general.ptr.ConstBytePtrdecodeBytesForKeyReturnedLength(java.lang.String key, org.moe.natj.general.ptr.NUIntPtr lengthp)returned bytes immutable, and they go away with the unarchiver, not the containing autorelease pooldoubledecodeDoubleForKey(java.lang.String key)floatdecodeFloatForKey(java.lang.String key)intdecodeInt32ForKey(java.lang.String key)longdecodeInt64ForKey(java.lang.String key)intdecodeIntForKey(java.lang.String key)may raise a range exceptionjava.lang.ObjectdecodeObjectForKey(java.lang.String key)longdecodingFailurePolicy()Defines the behavior this NSCoder should take on decode failure (i.e. corrupt archive, invalid data, etc.).NSKeyedUnarchiverDelegatedelegate()static java.lang.Stringdescription_static()voidfinishDecoding()static longhash_static()NSKeyedUnarchiverinit()NSKeyedUnarchiverinitForReadingFromDataError(NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Initializes the receiver for decoding an archive previously encoded by \c NSKeyedUnarchiver.NSKeyedUnarchiverinitForReadingWithData(NSData data)static NSObject.Function_instanceMethodForSelector_retinstanceMethodForSelector(org.moe.natj.objc.SEL aSelector)static NSMethodSignatureinstanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)static booleaninstancesRespondToSelector(org.moe.natj.objc.SEL aSelector)static booleanisSubclassOfClass(org.moe.natj.objc.Class aClass)static NSSet<java.lang.String>keyPathsForValuesAffectingValueForKey(java.lang.String key)static java.lang.Objectnew_objc()booleanrequiresSecureCoding()Enables secure coding support on this keyed unarchiver.static booleanresolveClassMethod(org.moe.natj.objc.SEL sel)static booleanresolveInstanceMethod(org.moe.natj.objc.SEL sel)voidsetClassForClassName(org.moe.natj.objc.Class cls, java.lang.String codedName)static voidsetClassForClassName_static(org.moe.natj.objc.Class cls, java.lang.String codedName)voidsetDecodingFailurePolicy(long value)voidsetDelegate(NSKeyedUnarchiverDelegate value)voidsetDelegate_unsafe(NSKeyedUnarchiverDelegate value)voidsetRequiresSecureCoding(boolean value)Enables secure coding support on this keyed unarchiver.static voidsetVersion_static(long aVersion)static org.moe.natj.objc.Classsuperclass_static()static NSArray<?>unarchivedArrayOfObjectsOfClassesFromDataError(NSSet<? extends org.moe.natj.objc.Class> classes, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the \c NSArray root object from \c data which should be an \c NSArray, containing the given non-collection classes in \c classes (no nested arrays or arrays of dictionaries, etc) from the given archive, previously encoded by \c NSKeyedArchiver.static NSArray<?>unarchivedArrayOfObjectsOfClassFromDataError(org.moe.natj.objc.Class cls, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the \c NSArray root object from \c data which should be an \c NSArraycontaining the given non-collection class (no nested arrays or arrays of dictionaries, etc) from the given archive, previously encoded by \c NSKeyedArchiver. static NSDictionary<?,?>unarchivedDictionaryWithKeysOfClassesObjectsOfClassesFromDataError(NSSet<? extends org.moe.natj.objc.Class> keyClasses, NSSet<? extends org.moe.natj.objc.Class> valueClasses, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the \c NSDictionary root object from \c data which should be an \c NSDictionary, with keys of the types given in \c keyClasses and objects of the given non-collection classes in \c objectClasses (no nested dictionaries or other dictionaries contained in the dictionary, etc) from the given archive, previously encoded by \c NSKeyedArchiver.static NSDictionary<?,?>unarchivedDictionaryWithKeysOfClassObjectsOfClassFromDataError(org.moe.natj.objc.Class keyCls, org.moe.natj.objc.Class valueCls, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the \c NSDictionary root object from \c data which should be an \c NSDictionarywith keys of type given in \c keyCls and objects of the given non-collection class \c objectCls (no nested dictionaries or other dictionaries contained in the dictionary, etc) from the given archive, previously encoded by \c NSKeyedArchiver. static java.lang.ObjectunarchivedObjectOfClassesFromDataError(NSSet<? extends org.moe.natj.objc.Class> classes, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the root object of one of the given classes from the given archive, previously encoded by \c NSKeyedArchiver.static java.lang.ObjectunarchivedObjectOfClassFromDataError(org.moe.natj.objc.Class cls, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the root object of the given class from the given archive, previously encoded by \c NSKeyedArchiver.static java.lang.ObjectunarchiveObjectWithData(NSData data)static java.lang.ObjectunarchiveObjectWithFile(java.lang.String path)static java.lang.ObjectunarchiveTopLevelObjectWithDataError(NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)static longversion_static()-
Methods inherited from class apple.foundation.NSCoder
allowedClasses, allowsKeyedCoding, decodeArrayOfObjCTypeCountAt, decodeArrayOfObjectsOfClassesForKey, decodeArrayOfObjectsOfClassForKey, decodeBytesWithReturnedLength, decodeCGAffineTransformForKey, decodeCGPointForKey, decodeCGRectForKey, decodeCGSizeForKey, decodeCGVectorForKey, decodeCMTimeForKey, decodeCMTimeMappingForKey, decodeCMTimeRangeForKey, decodeDataObject, decodeDictionaryWithKeysOfClassesObjectsOfClassesForKey, decodeDictionaryWithKeysOfClassObjectsOfClassForKey, decodeDirectionalEdgeInsetsForKey, decodeIntegerForKey, decodeObject, decodeObjectOfClassesForKey, decodeObjectOfClassForKey, decodePropertyListForKey, decodeTopLevelObjectAndReturnError, decodeTopLevelObjectForKeyError, decodeTopLevelObjectOfClassesForKeyError, decodeTopLevelObjectOfClassForKeyError, decodeUIEdgeInsetsForKey, decodeUIOffsetForKey, decodeValueOfObjCTypeAt, decodeValueOfObjCTypeAtSize, decodeValuesOfObjCTypes, encodeArrayOfObjCTypeCountAt, encodeBoolForKey, encodeBycopyObject, encodeByrefObject, encodeBytesLength, encodeBytesLengthForKey, encodeCGAffineTransformForKey, encodeCGPointForKey, encodeCGRectForKey, encodeCGSizeForKey, encodeCGVectorForKey, encodeCMTimeForKey, encodeCMTimeMappingForKey, encodeCMTimeRangeForKey, encodeConditionalObject, encodeConditionalObjectForKey, encodeDataObject, encodeDirectionalEdgeInsetsForKey, encodeDoubleForKey, encodeFloatForKey, encodeInt32ForKey, encodeInt64ForKey, encodeIntegerForKey, encodeIntForKey, encodeObject, encodeObjectForKey, encodeRootObject, encodeUIEdgeInsetsForKey, encodeUIOffsetForKey, encodeValueOfObjCTypeAt, encodeValuesOfObjCTypes, error, failWithError, systemVersion, versionForClassName
-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
alloc
public static NSKeyedUnarchiver alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
automaticallyNotifiesObserversForKey
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
-
cancelPreviousPerformRequestsWithTarget
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
-
cancelPreviousPerformRequestsWithTargetSelectorObject
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)
-
classFallbacksForKeyedArchiver
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
-
classForClassName_static
public static org.moe.natj.objc.Class classForClassName_static(java.lang.String codedName)
During decoding, the coder first checks with the coder's own table, then if there was no mapping there, the class's.
-
classForKeyedUnarchiver
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
hash_static
public static long hash_static()
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
new_objc
public static java.lang.Object new_objc()
-
resolveClassMethod
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
-
resolveInstanceMethod
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
-
setClassForClassName_static
public static void setClassForClassName_static(org.moe.natj.objc.Class cls, java.lang.String codedName)
-
setVersion_static
public static void setVersion_static(long aVersion)
-
superclass_static
public static org.moe.natj.objc.Class superclass_static()
-
unarchiveObjectWithData
public static java.lang.Object unarchiveObjectWithData(NSData data)
-
unarchiveObjectWithFile
public static java.lang.Object unarchiveObjectWithFile(java.lang.String path)
-
unarchiveTopLevelObjectWithDataError
public static java.lang.Object unarchiveTopLevelObjectWithDataError(NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
-
version_static
public static long version_static()
-
classForClassName
public org.moe.natj.objc.Class classForClassName(java.lang.String codedName)
-
containsValueForKey
public boolean containsValueForKey(java.lang.String key)
- Overrides:
containsValueForKeyin classNSCoder
-
decodeBoolForKey
public boolean decodeBoolForKey(java.lang.String key)
- Overrides:
decodeBoolForKeyin classNSCoder
-
decodeBytesForKeyReturnedLength
public org.moe.natj.general.ptr.ConstBytePtr decodeBytesForKeyReturnedLength(java.lang.String key, org.moe.natj.general.ptr.NUIntPtr lengthp)returned bytes immutable, and they go away with the unarchiver, not the containing autorelease pool- Overrides:
decodeBytesForKeyReturnedLengthin classNSCoder
-
decodeDoubleForKey
public double decodeDoubleForKey(java.lang.String key)
- Overrides:
decodeDoubleForKeyin classNSCoder
-
decodeFloatForKey
public float decodeFloatForKey(java.lang.String key)
- Overrides:
decodeFloatForKeyin classNSCoder
-
decodeInt32ForKey
public int decodeInt32ForKey(java.lang.String key)
- Overrides:
decodeInt32ForKeyin classNSCoder
-
decodeInt64ForKey
public long decodeInt64ForKey(java.lang.String key)
- Overrides:
decodeInt64ForKeyin classNSCoder
-
decodeIntForKey
public int decodeIntForKey(java.lang.String key)
may raise a range exception- Overrides:
decodeIntForKeyin classNSCoder
-
decodeObjectForKey
public java.lang.Object decodeObjectForKey(java.lang.String key)
- Overrides:
decodeObjectForKeyin classNSCoder
-
decodingFailurePolicy
public long decodingFailurePolicy()
Description copied from class:NSCoderDefines the behavior this NSCoder should take on decode failure (i.e. corrupt archive, invalid data, etc.). The default result of this property is NSDecodingFailurePolicyRaiseException, subclasses can change this to an alternative policy.- Overrides:
decodingFailurePolicyin classNSCoder
-
delegate
public NSKeyedUnarchiverDelegate delegate()
-
finishDecoding
public void finishDecoding()
-
init
public NSKeyedUnarchiver init()
-
initForReadingWithData
public NSKeyedUnarchiver initForReadingWithData(NSData data)
-
requiresSecureCoding
public boolean requiresSecureCoding()
Enables secure coding support on this keyed unarchiver. When enabled, unarchiving a disallowed class throws an exception. Once enabled, attempting to set requiresSecureCoding to NO will throw an exception. This is to prevent classes from selectively turning secure coding off. This is designed to be set once at the top level and remain on. Note that the getter is on the superclass, NSCoder. See NSCoder for more information about secure coding.- Overrides:
requiresSecureCodingin classNSCoder
-
setClassForClassName
public void setClassForClassName(org.moe.natj.objc.Class cls, java.lang.String codedName)
-
setDecodingFailurePolicy
public void setDecodingFailurePolicy(long value)
-
setDelegate_unsafe
public void setDelegate_unsafe(NSKeyedUnarchiverDelegate value)
-
setDelegate
public void setDelegate(NSKeyedUnarchiverDelegate value)
-
setRequiresSecureCoding
public void setRequiresSecureCoding(boolean value)
Enables secure coding support on this keyed unarchiver. When enabled, unarchiving a disallowed class throws an exception. Once enabled, attempting to set requiresSecureCoding to NO will throw an exception. This is to prevent classes from selectively turning secure coding off. This is designed to be set once at the top level and remain on. Note that the getter is on the superclass, NSCoder. See NSCoder for more information about secure coding.
-
initForReadingFromDataError
public NSKeyedUnarchiver initForReadingFromDataError(NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
Initializes the receiver for decoding an archive previously encoded by \c NSKeyedUnarchiver. Enables \c requiresSecureCoding by default. If \c NSSecureCoding cannot be used, \c requiresSecureCoding may be turned off manually; for improved security, \c requiresSecureCoding should be left enabled whenever possible. Sets the unarchiver's \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid, and sets the \c error out parameter.
-
unarchivedObjectOfClassFromDataError
public static java.lang.Object unarchivedObjectOfClassFromDataError(org.moe.natj.objc.Class cls, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)Decodes the root object of the given class from the given archive, previously encoded by \c NSKeyedArchiver. Enables \c requiresSecureCoding and sets the \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid or cannot be decoded, and sets the \c error out parameter.
-
unarchivedObjectOfClassesFromDataError
public static java.lang.Object unarchivedObjectOfClassesFromDataError(NSSet<? extends org.moe.natj.objc.Class> classes, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
Decodes the root object of one of the given classes from the given archive, previously encoded by \c NSKeyedArchiver. Enables \c requiresSecureCoding and sets the \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid or cannot be decoded, and sets the \c error out parameter.
-
unarchivedArrayOfObjectsOfClassFromDataError
public static NSArray<?> unarchivedArrayOfObjectsOfClassFromDataError(org.moe.natj.objc.Class cls, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
Decodes the \c NSArray root object from \c data which should be an \c NSArraycontaining the given non-collection class (no nested arrays or arrays of dictionaries, etc) from the given archive, previously encoded by \c NSKeyedArchiver. Enables \c requiresSecureCoding and sets the \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid or cannot be decoded, and sets the \c error out parameter.
-
unarchivedArrayOfObjectsOfClassesFromDataError
public static NSArray<?> unarchivedArrayOfObjectsOfClassesFromDataError(NSSet<? extends org.moe.natj.objc.Class> classes, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
Decodes the \c NSArray root object from \c data which should be an \c NSArray, containing the given non-collection classes in \c classes (no nested arrays or arrays of dictionaries, etc) from the given archive, previously encoded by \c NSKeyedArchiver. Enables \c requiresSecureCoding and sets the \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid or cannot be decoded, and sets the \c error out parameter.
-
unarchivedDictionaryWithKeysOfClassObjectsOfClassFromDataError
public static NSDictionary<?,?> unarchivedDictionaryWithKeysOfClassObjectsOfClassFromDataError(org.moe.natj.objc.Class keyCls, org.moe.natj.objc.Class valueCls, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
Decodes the \c NSDictionary root object from \c data which should be an \c NSDictionarywith keys of type given in \c keyCls and objects of the given non-collection class \c objectCls (no nested dictionaries or other dictionaries contained in the dictionary, etc) from the given archive, previously encoded by \c NSKeyedArchiver. Enables \c requiresSecureCoding and sets the \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid or cannot be decoded, and sets the \c error out parameter.
-
unarchivedDictionaryWithKeysOfClassesObjectsOfClassesFromDataError
public static NSDictionary<?,?> unarchivedDictionaryWithKeysOfClassesObjectsOfClassesFromDataError(NSSet<? extends org.moe.natj.objc.Class> keyClasses, NSSet<? extends org.moe.natj.objc.Class> valueClasses, NSData data, org.moe.natj.general.ptr.Ptr<NSError> error)
Decodes the \c NSDictionary root object from \c data which should be an \c NSDictionary, with keys of the types given in \c keyClasses and objects of the given non-collection classes in \c objectClasses (no nested dictionaries or other dictionaries contained in the dictionary, etc) from the given archive, previously encoded by \c NSKeyedArchiver. Enables \c requiresSecureCoding and sets the \c decodingFailurePolicy to \c NSDecodingFailurePolicySetErrorAndReturn. Returns \c nil if the given data is not valid or cannot be decoded, and sets the \c error out parameter.
-
-