Package pl.put.poznan.jsontools.logic
Interface JsonSerializer
- All Known Implementing Classes:
CasingNormalizeSerializer,FilterDeleteJsonSerializer,FilterKeepJsonSerializer,JsonSerializerDecorator,MinifyJsonSerializer,PrettifyJsonSerializer,ValueTypesJsonSerializer
public interface JsonSerializer
An interface for all JSON serializers
-
Method Summary
-
Method Details
-
serialize
Serializes the object into a JSON string- Parameters:
jsonNode- The object to be serialized- Returns:
- A JSON representation of the object
-