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