class

Thrift::Deserializer

Inherits Reference < Object

Deserializer simply deserializes a transport buffer using a given Protocol Factory

Constructors

new(protocol_factory = BinaryProtocolFactory.new)
Source

Class methods

deserialize(buffer, otype : Type.class, protocol = BinaryProtocolFactory.new) forall Type
Source

Instance methods

deserialize(buffer, otype : Type.class) forall Type
Source