marshal/MarshalledArray library

Classes

MarshalledArray
@fileoverview This as a platform-independent interface for a marshalled object. This enables sharing of ISerialisable objects with Dart VM/Dart native compiled code. Only used on types which are intermediate objects. Idea of ella's serialisation framework: Caller provides the type information, via either a factory or calling a specialized method.