public interface

JSONStreamAware

com.pnfsoftware.jeb.util.encoding.json.JSONStreamAware
Known Indirect Subclasses

Class Overview

Beans that support customized output of JSON text to a writer shall implement this interface.

Summary

Public Methods
abstract void writeJSONString(Writer out)
write JSON string to out.

Public Methods

public abstract void writeJSONString (Writer out)

write JSON string to out.

Throws
IOException