# Functions
Deserialize value from b.
Deserialize a value to the provided non-nil pointer.
FuncAddr returns the address in memory of the closure passed as argument.
FuncByAddr returns the function associated with the given address.
FuncByName returns the function associated with the given name.
Inspect inspects serialized durable coroutine state.
Register attaches custom serialization and deserialization functions to type T.
RegisterClosure is like RegisterFunc but the caller can specify the closure type (see types.Func for details).
RegisterFunc is a helper function used to register function types.
Serialize x.
Serialize a value.
# Variables
ErrBuildIDMismatch is an error that occurs when a program attempts to deserialize objects from another build.
# Structs
No description provided by the author
Field is a struct field.
Func represents a function in the program.
Function is a function, method or closure referenced by the coroutine.
Region is a region of memory referenced by the coroutine.
Scanner scans a Region.
Serializer holds the state for serialization.
State wraps durable coroutine state.
Type is a type referenced by a durable coroutine.
# Type aliases
DeserializerFunc is the signature of customer deserializer functions.
SerializerFunc is the signature of custom serializer functions.