Package pl.edu.icm.unity.engine.api.utils.json
-
Interface Summary Interface Description TokenContentsJsonSerializer Represent facility used for map contents ofTokenobjects (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 availableTokenContentsJsonSerializeries.Token2JsonFormatter MapsTokens to json using respective token contents serialization.TokenWithJsonContentsSerializer Base for all tokens where contents is storing byte[] serialized JSON.