public static class BoundedIntUnaryOperator.Serializer extends Object implements com.google.gson.JsonDeserializer<BoundedIntUnaryOperator>, com.google.gson.JsonSerializer<BoundedIntUnaryOperator>
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
BoundedIntUnaryOperator |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
com.google.gson.JsonElement |
serialize(BoundedIntUnaryOperator boundedIntUnaryOperator,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public BoundedIntUnaryOperator deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<BoundedIntUnaryOperator>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(BoundedIntUnaryOperator boundedIntUnaryOperator, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize in interface com.google.gson.JsonSerializer<BoundedIntUnaryOperator>