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