testserdes

package
v0.78.4-pre Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeBinary

func DecodeBinary(data []byte, a io.Serializable) error

DecodeBinary deserializes a from a byte slice.

func EncodeBinary

func EncodeBinary(a io.Serializable) ([]byte, error)

EncodeBinary serializes a to a byte slice.

func EncodeDecodeBinary

func EncodeDecodeBinary(t *testing.T, expected, actual io.Serializable)

EncodeDecodeBinary checks if expected stays the same after serializing/deserializing via io.Serializable methods.

func MarshalUnmarshalJSON

func MarshalUnmarshalJSON(t *testing.T, expected, actual interface{})

MarshalUnmarshalJSON checks if expected stays the same after marshal/unmarshal via JSON.

Types

This section is empty.

Jump to

Keyboard shortcuts

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