FuncType - v1.4.1
    Preparing search index...

    Function createCustomSerializer

    • Parameters

      • data: Record<string, unknown>

      Returns SerializationResult

      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.