Uses of Interface
com.google.gson.ToNumberStrategy
-
Packages that use ToNumberStrategy Package Description com.google.gson This package provides theGsonclass to convert Json to Java and vice-versa. -
-
Uses of ToNumberStrategy in com.google.gson
Classes in com.google.gson that implement ToNumberStrategy Modifier and Type Class Description classToNumberPolicyAn enumeration that defines two standard number reading strategies and a couple of strategies to overcome some historical Gson limitations while deserializing numbers asObjectandNumber.Methods in com.google.gson with parameters of type ToNumberStrategy Modifier and Type Method Description GsonBuilderGsonBuilder. setNumberToNumberStrategy(ToNumberStrategy numberToNumberStrategy)Configures Gson to apply a specific number strategy during deserialization ofNumber.GsonBuilderGsonBuilder. setObjectToNumberStrategy(ToNumberStrategy objectToNumberStrategy)Configures Gson to apply a specific number strategy during deserialization ofObject.
-