Class: Browserctl::Snapshot::Serializer

Inherits:
Object
  • Object
show all
Defined in:
lib/browserctl/snapshot/serializer.rb

Overview

Stage 3 of the snapshot pipeline.

Right now this is the identity function — annotated entries are already in the wire shape clients expect. It exists as a seam so later milestones can canonicalize, redact, or compress without touching extraction or annotation.

Instance Method Summary collapse

Instance Method Details

#call(entries) ⇒ Object



12
13
14
# File 'lib/browserctl/snapshot/serializer.rb', line 12

def call(entries)
  entries
end