8283848586878889909192
try { context.add(entity); visitorSupport.visit(writers.get(), entity); return json.get(); } catch (Exception e) { context.fail(e); return null; } finally { packScope.exit(); } }
109110111112113114115116117118119
SerializationContext context = contexts.get(); try { context.add(entity); visitorSupport.visit(writers.get(), entity); } catch (Exception e) { context.fail(e); } finally { packScope.exit(); } }