class Thrift::JsonDeserializer

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/thrift/utf8_json.rb, line 28
def initialize
  super Utf8JsonProtocolFactory.new
end