Uses of Interface
pl.put.poznan.jsontools.logic.JsonSerializer
Packages that use JsonSerializer
Package
Description
This package groups code that's used to provide JSON serialization and filtration.
-
Uses of JsonSerializer in pl.put.poznan.jsontools.logic
Classes in pl.put.poznan.jsontools.logic that implement JsonSerializerModifier and TypeClassDescriptionclassclassClass that manages deleting properties from JSON fileclassClass that manages deleting properties from JSON fileclassAbstract class used as a base for all serializers that decorate other onesclassClass for formatting JSON output as a minified stringclassClass for formatting JSON output as a pretty stringclassMethods in pl.put.poznan.jsontools.logic that return JsonSerializerModifier and TypeMethodDescriptionCreates a basic JsonSerializer for formatting JSON outputCompoundSerializerFactory.create(String rawTransformsKey, JsonSerializer baseSerializer) Creates a serializer, based on the key specifying all the transforms requested.Methods in pl.put.poznan.jsontools.logic with parameters of type JsonSerializerModifier and TypeMethodDescriptionCompoundSerializerFactory.create(String rawTransformsKey, JsonSerializer baseSerializer) Creates a serializer, based on the key specifying all the transforms requested.