| 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"
|
| 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). |
| Validate |
Argument validation helper methods used internally by GoodData SDK.
|
| ZipUtils |
Utility class for manipulating zip archives.
|
Copyright © 2014. All Rights Reserved.