Serialization ID

A serialization ID uniquely identifies an object type. It consists of two parts separated by a colon:

graph LR; M["Module"] --> C[":"] C --> T["Type"]

Module

Lower-case string that consists only of a-z, 0-9 and -. Should be consistent with the module ID (see Module Info).

Type

Lower-case string that consists only of a-z, 0-9, -, _ and / and should form a valid path.

The first segment of the path should be one of the following categories:

misa:serialization-id is excluded from this rule.