BDPJSONSerializable

@protocol BDPJSONSerializable <NSObject>

@brief Any object can be Json-serialized to a Dictionary of Foundation objects @copyright Bluedot Innovation

  • Declaration

    Objective-C

    - (NSDictionary *_Nullable)dictionaryRepresentation;

    Return Value

    the dicionary representing the object to be serialized