Use createTaggedSerializer instead. Retained for backwards
compatibility with any external callers; will be removed in a
future major. The single internal caller (Try.Failure) has
been migrated to createTaggedSerializer.
Creates a serializer for complex objects with custom serialization logic.
Note: this variant does NOT stamp the @functype marker — callers must
include it in data themselves if they want envelope dispatch to work.
Deprecated
Use
createTaggedSerializerinstead. Retained for backwards compatibility with any external callers; will be removed in a future major. The single internal caller (Try.Failure) has been migrated tocreateTaggedSerializer.Creates a serializer for complex objects with custom serialization logic. Note: this variant does NOT stamp the
@functypemarker — callers must include it indatathemselves if they want envelope dispatch to work.