class

Thrift::JSONContext

Inherits Reference < Object

Class to serve as base JSON context and as base class for other context implementations

Constants

JSON_ELEM_SEPARATOR = ','

Instance methods

escape_num

Return true if numbers need to be escaped as strings in this context. Default behavior is to return false.

Source
read(reader)

Read context data from the trans. Default is to do nothing.

Source
write(trans)

Write context data to the trans. Default is to do nothing.

Source