@CompileStatic class RawJsonWrapper extends Object
A wrapper for raw JSON.
Intended to be used with Jackson library, when we need an unchanged JSON string serialization and deserialization. There are corresponding Jackson serializer and deserializer implementations in klokwrk-lib-lo-jackson module. To understand how this works and if it fits your needs, take a look at theRawJsonWrapperSerializerSpecification
and RawJsonWrapperDeserializerSpecification
tests.
Constructor and description |
---|
RawJsonWrapper() |
Groovy Documentation