Default XStream serialization for RChain's RSpace
Implements default XStream serializers to be passed to the RSpace library.
To customize the xstream serialization, you can pass in a custom XStream object.
Also, if you want to want to use different serializers in certain scenarios, this library doesn't prevent you from passing custom Serialize
objects to consume
and produce
.