Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + var LengthDelimitedFramer = lengthDelimitedFramer + func IsNotMarshalable(err error) bool + type RawSerializer struct + func NewRawSerializer(creater runtime.ObjectCreater, typer runtime.ObjectTyper) *RawSerializer + func (s *RawSerializer) Decode(originalData []byte, gvk *schema.GroupVersionKind, into runtime.Object) (runtime.Object, *schema.GroupVersionKind, error) + func (s *RawSerializer) Encode(obj runtime.Object, w io.Writer) error + type Serializer struct + func NewSerializer(creater runtime.ObjectCreater, typer runtime.ObjectTyper) *Serializer + func (s *Serializer) Decode(originalData []byte, gvk *schema.GroupVersionKind, into runtime.Object) (runtime.Object, *schema.GroupVersionKind, error) + func (s *Serializer) Encode(obj runtime.Object, w io.Writer) error + func (s *Serializer) RecognizesData(peek io.Reader) (bool, bool, error)