Package com.blackhillsoftware.json


package com.blackhillsoftware.json
This package provides the EasySmfGsonBuilder class which creates a Gson instance configured to generate JSON from SMF data using EasySMF:JE classes.

EasySmfGsonBuilder adds a number of TypeAdapters to the Gson instance to work with datatypes used in EasySMF.

EasySmfGsonBuilder.createGson() creates the Gson instance, which can then be used to produce JSON from SMF data.

This package does not provide any way to reverse the process and create SMF data from JSON.

Usage

See class EasySmfGsonBuilder for detailed usage information.