ValV
10/09/2018, 9:20 AMObservableList<ObservableList<ObservableValue<Any>>>
? Do I need inherit and annotate it? Are there better (Kotlin-specific) ways to marshal an object?hudsonb
10/09/2018, 11:07 AMObservableList
doesn't implement Serializable
... and neither does anything else in that declaration.ValV
10/09/2018, 11:29 AMTableView
)? I'm new to this concept, but need to implement serialization/marshalling, and, pehaps, save it into XML database or just into a fileNikky
10/09/2018, 11:37 AM