Method: Aerospike::GeoJSONValue#pack

Defined in:
lib/aerospike/value/value.rb

#pack(packer) ⇒ Object

[View source]

502
503
504
# File 'lib/aerospike/value/value.rb', line 502

def pack(packer)
  packer.write(Aerospike::ParticleType::GEOJSON.chr + @bytes)
end