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