com.launchdarkly.sdk.json.package-info 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
/**
* Helper classes and methods for interoperability with JSON.
*
* This package provides a simple mechanism for converting SDK objects to and from JSON as a string
* ({@link com.launchdarkly.sdk.json.JsonSerialization}), and also adapters for making the SDK types
* serialize and deserialize correctly when used with Gson
* ({@link com.launchdarkly.sdk.json.LDGson}) or Jackson ({@link com.launchdarkly.sdk.json.LDJackson}).
*/
package com.launchdarkly.sdk.json;