Class JsonMarshallerFactory

java.lang.Object
com.softlayer.api.json.JsonMarshallerFactory

public abstract class JsonMarshallerFactory
extends Object
Base class for an JSON marshaller factory. By default the GsonJsonMarshallerFactory is used. This can be overridden by a custom marshaller factory using the ServiceLoader pattern. It is also cached (though not necessarily guaranteed to be a singleton or instantiated only once) upon first access.