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