Outside of MVStore it works fine, I wrote special test for this val row = Row(AccState(balance), txs, lastRowHeight)
val b = ByteBuffer.allocate(row.bytes.length) b.put(row.bytes) b.flip() val des = row.read(b) des shouldBe row On Friday, April 8, 2016 at 4:24:39 PM UTC+3, Noel Grandin wrote: > > Your class does not obey the serialisation rules: > > Caused by: java.io.InvalidClassException: > scorex.transaction.PaymentTransaction; no valid constructor > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
