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