DBTEAMLOGSharedFolderChangeLinkPolicyTypeSerializer
Objective-C
@interface DBTEAMLOGSharedFolderChangeLinkPolicyTypeSerializer : NSObject
Swift
class DBTEAMLOGSharedFolderChangeLinkPolicyTypeSerializer : NSObject
The serialization class for the SharedFolderChangeLinkPolicyType struct.
-
Serializes
DBTEAMLOGSharedFolderChangeLinkPolicyTypeinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGSharedFolderChangeLinkPolicyType *)instance;Swift
class func serialize(_ instance: DBTEAMLOGSharedFolderChangeLinkPolicyType) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMLOGSharedFolderChangeLinkPolicyTypeAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGSharedFolderChangeLinkPolicyTypeAPI object. -
Deserializes
DBTEAMLOGSharedFolderChangeLinkPolicyTypeinstances.Declaration
Objective-C
+ (nonnull DBTEAMLOGSharedFolderChangeLinkPolicyType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGSharedFolderChangeLinkPolicyTypeParameters
dictA json-compatible dictionary representation of the
DBTEAMLOGSharedFolderChangeLinkPolicyTypeAPI object.Return Value
An instantiation of the
DBTEAMLOGSharedFolderChangeLinkPolicyTypeobject.
View on GitHub
DBTEAMLOGSharedFolderChangeLinkPolicyTypeSerializer Class Reference