Bandit.HTTP2.Serializable.serialize

You're seeing just the function serialize, go back to Bandit.HTTP2.Serializable module for more information.
Link to this function

serialize(frame, max_frame_size)

View Source

Specs

serialize(any(), non_neg_integer()) :: [
  {Bandit.HTTP2.Frame.frame_type(), Bandit.HTTP2.Frame.flags(),
   Bandit.HTTP2.Stream.stream_id(), iodata()}
]