ron-0.4: RON, RON-RDT, and RON-Schema

Safe HaskellNone
LanguageHaskell2010

RON.Text.Serialize.UUID

Synopsis

Documentation

serializeUuid :: UUID -> ByteStringL Source #

Serialize UUID without context (used for test)

serializeUuidAtom Source #

Arguments

:: UUID

previous

-> UUID

this

-> ByteStringL 

Serialize UUID in op value (atom) context

serializeUuidKey Source #

Arguments

:: UUID

same key in the previous op (default is zero)

-> UUID

previous key of the same op (default is zero)

-> UUID

this

-> ByteStringL 

Serialize UUID in op key context