Package com.squareup.moshi.adapters
package com.squareup.moshi.adapters
-
ClassesClassDescriptionEnumJsonAdapter<T extends Enum<T>>A JsonAdapter for enums that allows having a fallback enum value when a deserialized string does not match any enum value.A JsonAdapter factory for objects that include type information in the JSON.Formats dates using RFC 3339, which is formatted like
2015-09-26T18:23:50.250Z.