Package org.neo4j.bolt.connection.netty.impl.packstream
package org.neo4j.bolt.connection.netty.impl.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.