Open LuiCat opened 1 year ago
We provide a single custom ISerializable.Process(SerializationContext ctx) interface for registering both serialization and deserialization info for a high-level type, and passthough adaptor/converter/serializable to the serialization backend.
ISerializable.Process(SerializationContext ctx)
We go with IMeta interfaces. Serialization support can postpone.
IMeta
We provide a single custom
ISerializable.Process(SerializationContext ctx)
interface for registering both serialization and deserialization info for a high-level type, and passthough adaptor/converter/serializable to the serialization backend.