Interface TokenContentsJsonSerializer
- All Superinterfaces:
DescribedObject,NamedObject
- All Known Implementing Classes:
TokenWithJsonContentsSerializer
Represent facility used for map contents of
Token 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. via REST interface.- Author:
- P.Piernik
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodetoJson(byte[] rawValue) Methods inherited from interface pl.edu.icm.unity.types.DescribedObject
getDescriptionMethods inherited from interface pl.edu.icm.unity.types.NamedObject
getName
-
Method Details
-
toJson
- Throws:
EngineException
-