Uses of Interface
org.objectweb.jorm.naming.api.PNCStringCoder

Packages that use PNCStringCoder
org.objectweb.jorm.naming.lib   
 

Uses of PNCStringCoder in org.objectweb.jorm.naming.lib
 

Classes in org.objectweb.jorm.naming.lib that implement PNCStringCoder
 class BasicStringCoder
          The coding format supported by this coder is the following one: - char is coded as is (example 'A' <-> "A" - byte, short, int, long are coded to hexadecimal fixed size strings (example 395/short <-> "018B") - string is coded with its encoded short length followed by the string as is (example "Hello world!" <-> "000CHello World!" - date is coded with its encoded byte length followed by its string representation (example Date(837039928046) <-> "1407/10/96 4:5 PM, PDT"