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