package org.pac4j.oauth.profile; import java.io.Serializable; /** * Kept for backward compatibility with CAS to be able to "JSONstring" the attributes (old behavior). * * @deprecated in 2.0 */ @Deprecated public abstract class JsonObject implements Serializable { }