quickser
quickser copied to clipboard
Quick serialization library for Java
Results
2
quickser issues
Sort by
recently updated
recently updated
newest added
During serialization byte fields are marked with `SHORT_FULL` which leads to an error during deserialization. I changed the marker to `BYTE_FULL` and added a test case.
Is this still maintained?