Package de.xima.fc.fastjson
-
Interface Summary Interface Description IFastJsonUpdateTransition Performs an upgrade of aJSONObject
from a previous version to a newer version or downgrade of aJSONObject
from a newer version to a previous version. -
Class Summary Class Description DefaultFastJsonConfigFactory Creates the default serializer and deserializer configurations for fast JSON.DefaultFastJsonConverter Default implementation ofIFastJsonConverter
that does not add any custom serializers etc.FastJsonProvider AJsonProvider
forJSON
.FastJsonUpdater<TVersion extends Comparable<TVersion>> Helper class to update JSON objects between different versions.ReflectionFastJsonProvider JSON provider that allows treating Java object as JSON objects.