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