# Packages
No description provided by the author
No description provided by the author
Package streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers.
No description provided by the author
No description provided by the author
# Functions
DisablePretty disables including a pretty serializer along with the non-pretty one.
DisableStrict disables configuring all serializers in strict mode.
EnablePretty enables including a pretty serializer along with the non-pretty one.
EnableStrict enables configuring all serializers in strict mode.
No description provided by the author
NewCodecFactory provides methods for retrieving serializers for the supported wire formats and conversion wrappers to define preferred internal and external versions.
# Structs
CodecFactory provides methods for retrieving codecs and serializers for specific versions and content types.
CodecFactoryOptions holds the options for configuring CodecFactory behavior.
WithoutConversionCodecFactory is a CodecFactory that will explicitly ignore requests to perform conversion.
# Type aliases
CodecFactoryOptionsMutator takes a pointer to an options struct and then modifies it.