JSONFriendly

interface JSONFriendly

A class can implement JSONFriendly to enable JSON serialization of its instances.

Author

Todd L Smith

Functions

Link copied to clipboard
abstract fun writeTo(writer: JSONWriter)

Emit a JSON representation of the receiver onto the specified writer.

Inheritors

Link copied to clipboard