| Interface | Description |
|---|---|
| PackInput |
This is what
PackStream uses to ingest data, implement this on top of any data source of your choice to
deserialize the stream with PackStream. |
| PackOutput |
This is where
PackStream writes its output to. |
| Class | Description |
|---|---|
| PackedInputArray | |
| PackStream |
PackStream is a messaging serialisation format heavily inspired by MessagePack.
|
| PackStream.Packer | |
| PackStream.Unpacker |
| Enum | Description |
|---|---|
| PackType |
These are the primitive types that PackStream can represent.
|
| Exception | Description |
|---|---|
| PackOutputClosedException | |
| PackStream.EndOfStream | |
| PackStream.Overflow | |
| PackStream.PackStreamException | |
| PackStream.Unexpected |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.