deserializeAttachment<T> abstract method
Reads the attachment stored by serializeAttachment.
Implementation
T? deserializeAttachment<T>({CloudflareJsonDecoder<T>? decode});
Reads the attachment stored by serializeAttachment.
T? deserializeAttachment<T>({CloudflareJsonDecoder<T>? decode});