serializeAttachment abstract method

void serializeAttachment(
  1. Object? attachment
)

Stores an attachment that survives Durable Object hibernation.

Implementation

void serializeAttachment(Object? attachment);