MaTech-Works / MaTech

The main framework of MaTech.
Mozilla Public License 2.0
8 stars 0 forks source link

Implement serialization wrapper for both Unity.Serialization and .net XML serializations #20

Open LuiCat opened 1 year ago

LuiCat commented 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.

LuiCat commented 2 months ago

We go with IMeta interfaces. Serialization support can postpone.