golang_serialize

package
v0.0.0-...-f81d041 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

https://code.tutsplus.com/tutorials/json-serialization-with-golang--cms-30209

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnumType

type EnumType int
const (
	Zero EnumType = iota
	One
)

func (*EnumType) MarshalJSON

func (e *EnumType) MarshalJSON() ([]byte, error)

func (*EnumType) UnmarshalJSON

func (e *EnumType) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL