Elisedlund

Results 3 issues of Elisedlund

I use http://doxia-include.sourceforge.net/ to syntax highlighted source code on my maven sites. However this skin messes this up, I know that this skin provides syntax highlighting but i prefer to...

Right now there's support for de-serializing types from a string, Would it be interesting to also be able to produce(by serializing) these strings from the type instances? parser.toString(listWithInt) parser.toString(listWithBoolean) parser.toString(mapOfStrings)...

enhancement-request

I would like the possibility to escape separators if they exist in the 'value': Examples: ``` java map = (Map) parser.parseType("hello1=1\\,23,hello2=321", type); List list = parser.parse("a\\,b,c", new GenericType() {}); ```

enhancement-request