Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultName = "marshaler" DefaultPrefix = "" DefaultIndent = " " )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Marshaler ¶
type Marshaler struct {
// contains filtered or unexported fields
}
Marshaler implements graph.Marshaler.
func NewMarshaler ¶
NewMarshaler creates a new Marshaler and returns it.
type Unmarshaler ¶
type Unmarshaler struct{}
Unmarshaler implements graph.Unmarshaler.
func NewUnmarshaler ¶
func NewUnmarshaler() (*Unmarshaler, error)
NewUnmarshaler creates a new Unmarshaler and returns it.
Click to show internal directories.
Click to hide internal directories.