testserdes

package
v0.95.3 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(data []byte, a encodable) error

Decode deserializes a from a byte slice.

func DecodeBinary

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

DecodeBinary deserializes a from a byte slice.

func Encode

func Encode(a encodable) ([]byte, error)

Encode serializes a to a byte slice.

func EncodeBinary

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

EncodeBinary serializes a to a byte slice.

func EncodeDecode

func EncodeDecode(t *testing.T, expected, actual encodable)

EncodeDecode checks if expected stays the same after serializing/deserializing via encodable methods.

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