com.launchdarkly.sdk.json.JsonSerializable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-sdk-common Show documentation
Show all versions of launchdarkly-java-sdk-common Show documentation
LaunchDarkly SDK Java Common Classes
package com.launchdarkly.sdk.json;
/**
* Marker interface for SDK classes that have a custom JSON serialization.
*
* @see JsonSerialization
* @see LDGson
*/
public interface JsonSerializable {
}