type FieldType …
const UnknownType …
const ArrayMarshalerType …
const ObjectMarshalerType …
const BinaryType …
const BoolType …
const ByteStringType …
const Complex128Type …
const Complex64Type …
const DurationType …
const Float64Type …
const Float32Type …
const Int64Type …
const Int32Type …
const Int16Type …
const Int8Type …
const StringType …
const TimeType …
const TimeFullType …
const Uint64Type …
const Uint32Type …
const Uint16Type …
const Uint8Type …
const UintptrType …
const ReflectType …
const NamespaceType …
const StringerType …
const ErrorType …
const SkipType …
const InlineMarshalerType …
type Field …
func (f Field) AddTo(enc ObjectEncoder) { … }
func (f Field) Equals(other Field) bool { … }
func addFields(enc ObjectEncoder, fields []Field) { … }
func encodeStringer(key string, stringer interface{ … }