struct Neo4j::PackStream::Packer
- Neo4j::PackStream::Packer
- Struct
- Value
- Object
Defined in:
neo4j/pack_stream/packer.crConstructors
Instance Method Summary
- #bytes
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #to_slice
- #write(value : Nil)
- #write(value : Bool)
- #write(value : String)
- #write(value : Symbol)
- #write(value : Float32 | Float64)
- #write(value : Int8 | Int16 | Int32 | Int64)
- #write(value : Hash)
- #write(value : Array)
- #write(time : Time)
- #write(duration : Duration)
- #write(point : Point2D)
- #write(point : Point3D)
- #write(latlng : LatLng)
- #write(node : Node)
- #write(rel : Relationship)
- #write(path : Path)
- #write(rel : UnboundRelationship)
- #write(result : Success)
- #write(result : Failure)
- #write(result : Ignored)
- #write(value : Tuple)
- #write_array_start(length)
- #write_byte(byte)
- #write_hash_start(length)
- #write_string_start(bytesize)
- #write_structure_start(length)