Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 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 *unversioned.GroupVersionKind, into runtime.Object) (runtime.Object, *unversioned.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 *unversioned.GroupVersionKind, into runtime.Object) (runtime.Object, *unversioned.GroupVersionKind, error) + func (s *Serializer) Encode(obj runtime.Object, w io.Writer) error + func (s *Serializer) RecognizesData(peek io.Reader) (bool, bool, error)