Package pl.edu.icm.unity.engine.api.utils.json
-
Interface Summary Interface Description TokenContentsJsonSerializer Represent facility used for map contents ofToken
objects (which is basically an opaque byte array for the engine) to some meaningful JSON representation, useful especially when presenting tokens to outside world, e.g. -
Class Summary Class Description DefaultJsonFormatterFacility Default formatter.JsonFormatterFacilitiesRegistry Maintains a simple registry of availableTokenContentsJsonSerializer
ies.Token2JsonFormatter MapsToken
s to json using respective token contents serialization.TokenWithJsonContentsSerializer Base for all tokens where contents is storing byte[] serialized JSON.