com.baggonius.gson.common.ImmutableDeserializerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guava-gson-serializers Show documentation
Show all versions of guava-gson-serializers Show documentation
Serialization support with GSON for Guava immutable collections
The newest version!
package com.baggonius.gson.common;
import com.google.gson.JsonParseException;
public class ImmutableDeserializerException extends JsonParseException {
public ImmutableDeserializerException(Exception e) {
super("Error deserializing immutable collection", e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy