OpenHFT / Chronicle-Wire

A Low Garbage Java Serialisation Library that supports multiple formats
http://chronicle.software
Apache License 2.0
514 stars 123 forks source link

Support marshalling of Java 14 records #733

Open alamar opened 1 year ago

alamar commented 1 year ago

Right now, attempting do to so results in

UnsupportedOperationException: can't get field offset on a record class: private final xxx..dto.Pathway xxx.dto.ClientIdentifierDto.pathway

StevenCurran commented 1 year ago

+1 this would be very useful!

peter-lawrey commented 10 months ago

In the short term we should produce a meaningful error message until this is properly supported.