On Fri, 6 Mar 2026 19:08:56 GMT, Vicente Romero <[email protected]> wrote:
>>> not sure I get your question. Why should they? >> >> I don't know if they do; that's why I was asking :-) >> >> I think my concerns would be addressed by a "here's how serial value classes >> work." > > Oh I see, thanks @RogerRiggs for your answer. I didn't know that specific > about migrated value classes. I will add a comment > Do value classes need any distinct serialVersionUID handling? Value classes have the same requirements (non-requirements) as identity classes. They are used to confirm the match between the class and the serialized stream contents. Migrated value classes especially need the value class and identity class to have the same SVUID. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2187#discussion_r3030970705
