| 33 | // ============================================================================ |
| 34 | |
| 35 | Fory create_serializer(bool track_ref = true) { |
| 36 | return Fory::builder() |
| 37 | .xlang(true) |
| 38 | .track_ref(track_ref) |
| 39 | .compatible(true) |
| 40 | .build(); |
| 41 | } |
| 42 | |
| 43 | // ============================================================================ |
| 44 | // Basic SharedWeak Tests |
no test coverage detected