Commit 6b45386
Support TypeSystem <-> SerializableTypeSystem conversion
Summary:
Adds round-trip conversion between `SerializableTypeSystem` and `TypeSystem` instances. (specifically `IndexedTypeSystem`).
- Construction uses `TryFrom<SerializableTypeSystem>`
- Any `TypeSystem` has a default serialization implementating using URI-based export
- Specific `TypeSystem` implementations can override this implementation where appropriate.
Reviewed By: praihan
Differential Revision: D96979371
fbshipit-source-id: fa193344bb5c6fde4b56c4699ff206867ab833d21 parent 22e9bdf commit 6b45386
4 files changed
Lines changed: 1312 additions & 5 deletions
File tree
- third-party/thrift/src/thrift/lib/rust/dynamic/type_system
0 commit comments