Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2022 v0.0.1 Nov 8, 2021 Changes in this version + var Framer = jsonFramer + var YAMLFramer = yamlFramer + func CaseSensitiveJSONIterator() jsoniter.API + func IsJSONBuffer(buf []byte) bool + func StrictCaseSensitiveJSONIterator() jsoniter.API + type Serializer struct + func NewSerializer(pretty bool) *Serializer + func NewSerializerWithOptions(options SerializerOptions) *Serializer + func NewYAMLSerializer() *Serializer + func (s *Serializer) Decode(originalData []byte, into runtime.Object) (runtime.Object, error) + func (s *Serializer) Encode(obj runtime.Object, w io.Writer) error + func (s *Serializer) Identifier() runtime.Identifier + func (s *Serializer) RecognizesData(data []byte) (ok, unknown bool, err error) + type SerializerOptions struct + Pretty bool + Strict bool + Yaml bool