All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchdarkly.sdk.json.JsonSerializable Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.launchdarkly.sdk.json;

/**
 * Marker interface for SDK classes that have a custom JSON serialization.
 * 
 * @see JsonSerialization
 * @see LDGson
 */
public interface JsonSerializable { 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy