package
2.0.0+incompatible
Repository: https://github.com/unitytech/client-go.git
Documentation: pkg.go.dev

# Functions

NewDecoder creates a streaming decoder that reads object chunks from r and decodes them with d.
NewEncoder returns a new streaming encoder.

# Variables

No description provided by the author

# Interfaces

Decoder is a runtime.Decoder from a stream.
Encoder is a runtime.Encoder on a stream.
Serializer is a factory for creating encoders and decoders that work over streams.