public class JsonWriterCache {
// Constructor:
public JsonWriterCache();
// Returns a writer for the specified view class:
public ObjectWriter getWriter(Class<?> view);
]
The JsonWriterCache has the following interface:
JsonWriterCache
classpublic class JsonWriterCache {
// Constructor:
public JsonWriterCache();
// Returns a writer for the specified view class:
public ObjectWriter getWriter(Class<?> view);
]