| Safe Haskell | Safe-Inferred | 
|---|
Text.LDIF.Printer
Description
LDIF serializers
- ldif2str :: LDIF -> ByteString
 - ver2str :: Maybe ByteString -> [ByteString]
 - dn2str :: DN -> ByteString
 - record2str :: LDIFRecord -> ByteString
 
Documentation
ldif2str :: LDIF -> ByteStringSource
Serialize LDIF in LDIF Format
ver2str :: Maybe ByteString -> [ByteString]Source
Serialize version to LDIF Format Lines
dn2str :: DN -> ByteStringSource
Serialize DN to LDIF Format
record2str :: LDIFRecord -> ByteStringSource
Serialize Content Record in LDIF Format