package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RunAll runs all [Tests], constructing a new GeneralCodec for each.
RunAllMultipleTags runs all [MultipleTagsTests], constructing a new GeneralCodec for each.
Test marshalling an array.
Test marshalling an array of interfaces.
Test marshalling a really big array.
Test marshalling a bool.
No description provided by the author
Test marshaling a slice that has 0 elements (but isn't nil).
Test unmarshaling something with extra data.
No description provided by the author
Test marshalling an interface.
No description provided by the author
Test marshaling empty map of zero length structs.
No description provided by the author
Test marshalling/unmarshalling largest possible slice.
No description provided by the author
Ensure serializing structs with negative number members works.
Ensure a nil slice is unmarshaled to slice with length 0.
Test marshalling of nil slice.
Test marshalling a pointer to an interface.
Test marshalling a pointer to a struct.
No description provided by the author
No description provided by the author
Ensure that trying to serialize a struct with an unexported member that has `serialize:"true"` returns error.
No description provided by the author
Ensure deserializing slices whose lengths exceed MaxInt32 error correctly.
Test marshalling a slice of interfaces.
Test marshalling a slice of structs.
No description provided by the author
Test marshaling empty slice of zero length structs.
No description provided by the author
Test marshalling a string.
Test marshaling/unmarshaling a complicated struct.
Ensure deserializing structs with too many bytes errors correctly.
No description provided by the author
No description provided by the author
Ensure deserializing structs into the wrong interface errors gracefully.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
MyInnerStruct3 embeds Foo, an interface, so it has to implement TypeID and ConcreteInstance.
A NamedTest couples a test in the suite with a human-readable name.

# Interfaces

No description provided by the author