Neo4j::PackStream::Packer
Constructors
Instance methods
bytes
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
to_slice
Sourcewrite(value : Nil)
Sourcewrite(duration : Duration)
Sourcewrite(point : Point2D)
Sourcewrite(point : Point3D)
Sourcewrite(latlng : LatLng)
Sourcewrite(node : Node)
Sourcewrite(rel : Relationship)
Sourcewrite(rel : UnboundRelationship)
Sourcewrite(result : Success)
Sourcewrite(result : Failure)
Sourcewrite(result : Ignored)
Sourcewrite_array_start(length)
Sourcewrite_byte(byte)
Sourcewrite_hash_start(length)
Sourcewrite_string_start(bytesize)
Sourcewrite_structure_start(length)
Source