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