Method: Mongo::Protocol::Serializers::Byte.deserialize
- Defined in:
- lib/mongo/protocol/serializers.rb
.deserialize(buffer, options = {}) ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Deserializes a byte from the byte buffer.
426 427 428 |
# File 'lib/mongo/protocol/serializers.rb', line 426 def self.deserialize(buffer, = {}) buffer.get_byte end |