Thrift::Deserializer
Inherits Reference < Object
Deserializer simply deserializes a transport buffer using a given Protocol Factory
Constructors
new(protocol_factory = BinaryProtocolFactory.new)
SourceClass methods
deserialize(buffer, otype : Type.class, protocol = BinaryProtocolFactory.new) forall Type
SourceInstance methods
deserialize(buffer, otype : Type.class) forall Type
Source