claims method

bool claims(
  1. Component component
)

Whether component is an instance this codec serializes. Used by the derived serialize; a codec that overrides serialize need not implement this.

Implementation

bool claims(Component component) => false;