(&self, context: &mut WriteContext)
| 720 | } |
| 721 | impl Serializer for MyExt { |
| 722 | fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), fory_core::error::Error> { |
| 723 | write_data(&self.id, context) |
| 724 | } |
| 725 | |
| 726 | fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> { |
| 727 | Ok(Self { |
nothing calls this directly
no test coverage detected