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

com.launchdarkly.sdk.json.package-info Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
/**
 * 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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy