Skip to end of metadata
Go to start of metadata

We need to support flexible marshalling. Serialization has issues and is complex so allowing a container to decide how to serialize the state is a good idea. e.g. we might wanna include special hooks to do things like close down files/resources and so forth.

Related to marshalling is the reverse operation. The system needs to have a way to specify how temporary resources should be allocated after the unmarshalling operation.

Labels: