Module org.neo4j.driver
Package org.neo4j.driver.internal.packstream
package org.neo4j.driver.internal.packstream
-
ClassDescriptionThis is what
PackStream
uses to ingest data, implement this on top of any data source of your choice to deserialize the stream withPackStream
.This is wherePackStream
writes its output to.PackStream is a messaging serialisation format heavily inspired by MessagePack.