log4rs
log4rs copied to clipboard
Modifying serialization mode #270
- Preliminary modification
- Did not test
- Override the deserialization with #[serde(flatten)] #[serde(tag = "type")] and #[serde(untagged)]
@MaxKingPor If this change requires a public interface change I think we ought to defer it for now. Also, I'm still confused about the intent of the change. Is it simply a refactor?
@MaxKingPor If this change requires a public interface change I think we ought to defer it for now. Also, I'm still confused about the intent of the change. Is it simply a refactor?
Yeah you can think of it as refactoring and optimizing deserialization