SerializeWith class

Annotation used to indicate the type of a serializer to be used when marshaling/unmarshaling data to/from a worker service. Package squadron_builder will generate appropriate serialization code based on the provided marshaler.

Constructors

SerializeWith(dynamic marshaler)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
marshaler → dynamic
Type or constant instance of the marshaler to use for data serialization to/from the worker service. The type or instance type must implement SquadronMarshaler.
final
marshaller → dynamic
Provided temporarily for compatibility reasons. See marshaler.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited