DBTEAMLOGNoteAclInviteOnlyTypeSerializer
Objective-C
@interface DBTEAMLOGNoteAclInviteOnlyTypeSerializer : NSObject
Swift
class DBTEAMLOGNoteAclInviteOnlyTypeSerializer : NSObject
The serialization class for the NoteAclInviteOnlyType
struct.
-
Serializes
DBTEAMLOGNoteAclInviteOnlyType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGNoteAclInviteOnlyType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGNoteAclInviteOnlyType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGNoteAclInviteOnlyType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGNoteAclInviteOnlyType
API object. -
Deserializes
DBTEAMLOGNoteAclInviteOnlyType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGNoteAclInviteOnlyType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGNoteAclInviteOnlyType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGNoteAclInviteOnlyType
API object.Return Value
An instantiation of the
DBTEAMLOGNoteAclInviteOnlyType
object.