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