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