Sha256: 01b4df76377d30783ad3cf3658cf9bc69ff5bfd2caf1253bbc36b77e4eb20507

Contents?: true

Size: 1.1 KB

Versions: 103

Compression:

Stored size: 1.1 KB

Contents

# 
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
# 
#   http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# 

module Thrift
  class Deserializer
    def initialize(protocol_factory = BinaryProtocolFactory.new)
      @transport = MemoryBufferTransport.new
      @protocol = protocol_factory.get_protocol(@transport)
    end

    def deserialize(base, buffer)
      @transport.reset_buffer(buffer)
      base.read(@protocol)
      base
    end
  end
end

Version data entries

103 entries across 103 versions & 15 rubygems

Version Path
upfluence-thrift-1.0.12 lib/thrift/serializer/deserializer.rb
thrift-0.11.0.0 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.11 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.10 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.9 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.8 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.7 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.6 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.5 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.4 lib/thrift/serializer/deserializer.rb
thrift-0.10.0.0 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.3 lib/thrift/serializer/deserializer.rb
upfluence-thrift-1.0.1 lib/thrift/serializer/deserializer.rb
evernote-thrift-1.25.2 lib/thrift/serializer/deserializer.rb
thrift-0.9.3.0 lib/thrift/serializer/deserializer.rb
investtools-thrift-0.9.2.0.1 lib/thrift/serializer/deserializer.rb
thrift-0.9.2.0 lib/thrift/serializer/deserializer.rb
thrift-adamd-1.0.0.1 lib/thrift/serializer/deserializer.rb
thrift-adamd-1.0.0.0 lib/thrift/serializer/deserializer.rb
auser-poolparty-1.3.10 vendor/gems/thrift/lib/thrift/serializer/deserializer.rb