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