Package com. squareup. moshi. adapters
Types
Enum Json Adapter
Link copied to clipboard
A JsonAdapter for enums that allows having a fallback enum value when a deserialized string does not match any enum value.
Polymorphic Json Adapter Factory
Link copied to clipboard
A JsonAdapter factory for objects that include type information in the JSON.
Rfc3339Date Json Adapter
Link copied to clipboard
Formats dates using RFC 3339, which is formatted like
2015-09-26T18:23:50.250Z.