org.gedcomx.rt
Interface SerializationProcessListener


public interface SerializationProcessListener

Author:
Ryan Heaton

Method Summary
 void jsonProcessed(Object reference, Class<?> instanceClass, org.codehaus.jackson.map.ObjectMapper mapper, String json)
          Some xml was processed.
 void xmlProcessed(Object reference, Class<?> instanceClass, JAXBContext context, String xml)
          Some xml was processed.
 

Method Detail

xmlProcessed

void xmlProcessed(Object reference,
                  Class<?> instanceClass,
                  JAXBContext context,
                  String xml)
Some xml was processed.

Parameters:
reference - The object that was being processed.
instanceClass - The class.
context - The context.
xml - The xml.

jsonProcessed

void jsonProcessed(Object reference,
                   Class<?> instanceClass,
                   org.codehaus.jackson.map.ObjectMapper mapper,
                   String json)
Some xml was processed.

Parameters:
reference - The object that was being processed.
instanceClass - The class.
mapper - The mapper.
json - The json.


Copyright © 2016. All rights reserved.