Does anyone know if I'm able to take full JSON string, from below objects during custom serialization or deserialization:
JsonParser jp
DeserializationContext ctxt
SeserializationContext ctxt
I'm using JACKSON on rest API.
Object source = jsonParser.getCurrentLocation.getSourceRef();
Unfortunately I'm not able to take the JSON as string because this method is giving back an object which is: org.glassfish.jersey.message.internal.ReaderInterceptorExecutor.UnCloseableInputStream