serializationManager property

  1. @override
SerializationManager serializationManager
final

How models are named and rebuilt on the wire this transport speaks.

It belongs here because encoding is part of speaking to a server: the class name that travels with every wrapped model comes from this, and the core installs it globally (DwCoreServerpodClient.protocol) the moment the transport is known. A transport that answers calls but cannot name a model would let DwModelWrapper.wrap fail long after construction, on the first save.

Implementation

@override
final SerializationManager serializationManager;