serialize method

Object serialize()

Serializes this AssetId to an Object that can be sent across isolates.

See AssetId.deserialize.

Implementation

Object serialize() => [package, path];