Versions in this module Expand all Collapse all v2 v2.0.0 Jun 17, 2021 Changes in this version + type Marshalizer interface + IsInterfaceNil func() bool + Marshal func(data interface{}) ([]byte, error) + Unmarshal func(data interface{}, dataBytes []byte) error + func CreateMarshalizer(kind MarshalizerKind) Marshalizer + type MarshalizerKind uint32 + const Gob + const JSON + func ParseKind(str string) MarshalizerKind Other modules containing this package github.com/bogdan-rosianu/arwen-wasm-vm/v3