ExSDP.Serializer (ExSDP v0.7.0) View Source

Module providing helper functions for serialization.

Link to this section Summary

Functions

Serializes both sdp lines (<type>=<value>) and sdp parameters (<parameter>=<value>)

Link to this section Functions

Link to this function

maybe_serialize(type, values)

View Source

Specs

maybe_serialize(type :: binary(), value :: term()) :: binary()

Serializes both sdp lines (<type>=<value>) and sdp parameters (<parameter>=<value>)

Link to this function

maybe_serialize_hex(type, value)

View Source
Link to this function

maybe_serialize_list(list, sep)

View Source