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