82838485868788
implements JsonDeserializer<Base64String> { public Base64String deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException { return new Base64String(decode(json)); }