You could declare your own Serializable type as a ...
# announcements
n
You could declare your own Serializable type as a header type, and define its impl as a typealias to java's Serializable on the JVM platform and as an empty interface in the JavaScript platform
☝️ 2