This commit starts with just serialization of rate curves and their components. We use serde for serializing/deserializing built-in types and concrete objects, and erased_serde and serde_tagged for serializing/deserializing polymorphic objects, such as rate curves themselves.
This commit starts with just serialization of rate curves and their components. We use serde for serializing/deserializing built-in types and concrete objects, and erased_serde and serde_tagged for serializing/deserializing polymorphic objects, such as rate curves themselves.