Serializable<T> abstract class
Marker class used to indicate it is serializable to js. If a class is a Serializable the "toJs" method will be called and the result will be used as value.
abstract class Serializable<T> { T toJs(); }
Marker class used to indicate it is serializable to js. If a class is a Serializable the "toJs" method will be called and the result will be used as value.
abstract class Serializable<T> { T toJs(); }