serialize method

Object serialize()

Serializes this AssetId to an object that can be sent across isolates and passed to AssetId.deserialize.

Implementation

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