| Class | Description |
|---|---|
| BooleanIntegerDeserializer |
Deserializes Integer 1 or 0 as boolean
|
| BooleanIntegerSerializer |
Serializes boolean as Integer 1 or 0
|
| BooleanStringDeserializer |
Deserializes String "1" or "0" as boolean
|
| BooleanStringSerializer |
Serializes boolean as String "1" or "0"
|
| GDDateDeserializer |
Deserializes to Joda's
LocalDate fields from the GoodData date time format (yyyy-MM-dd). |
| GDDateSerializer |
Serializes from Joda's
LocalDate fields to the GoodData date time format (yyyy-MM-dd). |
| GDDateTimeDeserializer |
Deserializes Joda's
DateTime fields from the GoodData date time format in the UTC timezone (yyyy-MM-dd HH:mm:ss.SSSZ). |
| GDDateTimeSerializer |
Serializes Joda's
DateTime fields to the GoodDate date time format in the UTC timezone (yyyy-MM-dd HH:mm:ss.SSSZ). |
| ISODateTimeDeserializer |
Deserializes Joda's
DateTime fields from the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ). |
| ISODateTimeSerializer |
Serializes Joda's
DateTime fields to the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ). |
| ResponseErrorHandler |
A response error handler able to extract GoodData error response
|
| Validate |
Argument validation helper methods used internally by GoodData SDK.
|
| ZipHelper |
Utility class for manipulating zip archives.
|
Copyright © 2015. All Rights Reserved.