| Class | Description |
|---|---|
| SFCustomSafeEnumFlagsParser |
This class read the odata.metadata from the JsonElement to find out the real type of object contained inside the object
and the routes the parsing back to the correct default gson parser.
|
| SFCustomSafeEnumParser |
This class read the odata.metadata from the JsonElement to find out the real type of object contained inside the object
and the routes the parsing back to the correct default gson parser.
|
| SFDefaultGsonParser |
This class goes for the default gson parsing for most common objects.
|
| SFGsonRouter |
This class read the odata.metadata from the JsonElement to find out the real type of object contained inside the object
and the routes the parsing back to the correct default gson parser.
|