<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Flexjson</title><link>https://sourceforge.net/p/flexjson/activity/</link><description>Recent activity for Flexjson</description><language>en</language><lastBuildDate>Fri, 09 Jun 2023 07:09:23 -0000</lastBuildDate><item><title>guo yifan created ticket #51</title><link>https://sourceforge.net/p/flexjson/bugs/51/</link><description>Stack overflow error caused by flexjson serialization List</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guo yifan</dc:creator><pubDate>Fri, 09 Jun 2023 07:09:23 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/51/</guid></item><item><title>guo yifan created ticket #50</title><link>https://sourceforge.net/p/flexjson/bugs/50/</link><description>Stack overflow error caused by flexjson serialization Map</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guo yifan</dc:creator><pubDate>Thu, 08 Jun 2023 07:34:00 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/50/</guid></item><item><title>guo yifan created ticket #49</title><link>https://sourceforge.net/p/flexjson/bugs/49/</link><description>Stack overflow error caused by flexjson parsing (2)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guo yifan</dc:creator><pubDate>Mon, 29 May 2023 03:17:45 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/49/</guid></item><item><title>guo yifan created ticket #48</title><link>https://sourceforge.net/p/flexjson/bugs/48/</link><description>Stack overflow error caused by flexjson parsing </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guo yifan</dc:creator><pubDate>Wed, 24 May 2023 08:28:29 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/48/</guid></item><item><title>Charlie Hubbard committed [r230]</title><link>https://sourceforge.net/p/flexjson/code/230/</link><description>Bump back to 4.0.0 since it's not released.  Add getWriteMethod(Class) so it's simpler to fetch things based on a known class without needing an instance.  Also added a getDefaultWriteMethod() which uses the propertyType of the bean to find the write method.  This is only for limited situations.  Cleaned up some warnings.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Thu, 18 Aug 2022 14:16:38 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/230/</guid></item><item><title>Charlie Hubbard committed [r229]</title><link>https://sourceforge.net/p/flexjson/code/229/</link><description>Added defaultType to JSONTypeHierarchy</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Thu, 18 Aug 2022 03:55:30 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/229/</guid></item><item><title>Charlie Hubbard committed [r228]</title><link>https://sourceforge.net/p/flexjson/code/228/</link><description>Add ability to have multiple write methods resolved by the value of the type being passed in.  So a method can have a setProperty( List&lt;&gt; ) and a setProperty( Map&lt;&gt; ) and it can resolve which one to use based on the value of the JSON types.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Thu, 18 Aug 2022 03:52:35 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/228/</guid></item><item><title>Baback Nemazie modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/flexjson/discussion/686320/thread/60da01d585/?limit=25#06e8</link><description>I have a class like this class MyClass { protected String Name; protected HasMap&lt;string, object=""&gt; responseAttributes; }&lt;/string,&gt; I assume this class is serialized without type information. now i want to deseualize it using paths. I m not clear how to do that with the library as is. i made a hack to make it work, but it is a hack, wanted your feedback i hacked the class ObjectBinder as follows: public Object bindIntoMap(Map input, Map&lt;object, object=""&gt; result, Type keyType, Type valueType) { jsonStack.add(...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Baback Nemazie</dc:creator><pubDate>Mon, 23 Aug 2021 04:19:42 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686320/thread/60da01d585/?limit=25#06e8</guid></item><item><title>Baback Nemazie posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/flexjson/discussion/686320/thread/60da01d585/?limit=25#06e8</link><description>I have a class like this class MyClass { protected String Name; protected HasMap&lt;string, object=""&gt; responseAttributes; }&lt;/string,&gt; assume this class is serialized without type information. now i want to deseualize it sing paths. i am not clear how to do that. i made a hack to work it out, but it is a hack i hacked class ObjectBinder as follows: public Object bindIntoMap(Map input, Map&lt;object, object=""&gt; result, Type keyType, Type valueType) { jsonStack.add( input ); objectStack.add( result ); for(...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Baback Nemazie</dc:creator><pubDate>Mon, 23 Aug 2021 04:16:46 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686320/thread/60da01d585/?limit=25#06e8</guid></item><item><title>bill sembiante posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/086dcc63/?limit=25#b9e9</link><description>Logged in to check the same thing. We are serializing objects that can contain many nulls, and the size of the file is quite large. It would be very helpfull to remove the nulls as an option. Otherwise, at this point, we have no choice but use a Jackson custom serializer and check each field (e.g. if (foo != null) { jgen.writeStringField("foo", i.getfoo()). Not an ideal solution when our objects have dozens of private variables.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bill sembiante</dc:creator><pubDate>Wed, 12 Aug 2020 01:58:35 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/086dcc63/?limit=25#b9e9</guid></item><item><title>Charlie Hubbard committed [r227]</title><link>https://sourceforge.net/p/flexjson/code/227/</link><description>Fix TypeVariable where the TypeVariable is in a base class and the subclass</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sun, 07 Jul 2019 13:44:16 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/227/</guid></item><item><title>Charlie Hubbard committed [r226]</title><link>https://sourceforge.net/p/flexjson/code/226/</link><description>Attempt to rectify placing JSONTypeHierarchy on the base type / base class instead of the collectino usage point.  Also this placing JSONTypeHierarchy on an interface which caused problems with ObjectFactory discovery.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sun, 30 Jun 2019 01:12:06 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/226/</guid></item><item><title>Charlie Hubbard committed [r225]</title><link>https://sourceforge.net/p/flexjson/code/225/</link><description>Removed bad import causing a warning.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 23 Apr 2019 17:56:31 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/225/</guid></item><item><title>Charlie Hubbard committed [r224]</title><link>https://sourceforge.net/p/flexjson/code/224/</link><description>Fixed a defect where if you encounter Number it didn't know how to deserialize it because we didn't have NumberObjectFactory, but also because useMostSpecific wasn't written correctly for the latest changes in 4.0.0 where we stopped looking in the JSON object to find typing information.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 23 Apr 2019 17:42:04 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/224/</guid></item><item><title>Charlie Hubbard committed [r223]</title><link>https://sourceforge.net/p/flexjson/code/223/</link><description>[maven-release-plugin] prepare for next development iteration</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sat, 20 Apr 2019 18:54:42 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/223/</guid></item><item><title>Charlie Hubbard committed [r222]</title><link>https://sourceforge.net/p/flexjson/code/222/</link><description>[maven-release-plugin]  copy for tag flexjson-4.0.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sat, 20 Apr 2019 18:54:40 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/222/</guid></item><item><title>Charlie Hubbard committed [r221]</title><link>https://sourceforge.net/p/flexjson/code/221/</link><description>[maven-release-plugin] prepare release flexjson-4.0.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sat, 20 Apr 2019 18:54:36 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/221/</guid></item><item><title>Charlie Hubbard committed [r220]</title><link>https://sourceforge.net/p/flexjson/code/220/</link><description>Added support for parsing JSONTypeHierarchy annotation when it's on the root element, and when it's on JSONType annotation type.  Added unit tests to support covering the use cases.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sat, 20 Apr 2019 18:26:20 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/220/</guid></item><item><title>Ken Huffman posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/5b7356ea/?limit=25#f990</link><description>I had several classes that had this problem, so I ended up created an abstract transformer class public abstract class AbstractJSONTransformer extends AbstractTransformer { @Override public void transform(Object obj) { JSONContext context = getContext(); ChainedSet visits = context.getVisits(); try { if (!visits.contains(obj)) { context.setVisits(new ChainedSet(visits)); context.getVisits().add(obj); TypeContext typeContext = context.writeOpenObject(); transformFields(obj, context, typeContext);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Huffman</dc:creator><pubDate>Thu, 28 Mar 2019 13:06:42 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/5b7356ea/?limit=25#f990</guid></item><item><title>Daniel B. modified a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/5b7356ea/?limit=25#bd9a</link><description>Dear Ken, I'm having the same problem with my auto generated java bean class. I wrote a boolean transformer like: public class BooleanPrimitiveTransformer extends AbstractTransformer { public BooleanPrimitiveTransformer() {} public void transform(Object object) { this.getContext().write((Boolean)object ? "true" : "false"); } } But this should work but flexjson cannot recognize on serialiasion if the type is an primitive boolean. public static JSONSerializer createJSONSerializerIncluding(String......</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel B.</dc:creator><pubDate>Wed, 27 Mar 2019 08:43:51 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/5b7356ea/?limit=25#bd9a</guid></item><item><title>Daniel B. posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/5b7356ea/?limit=25#bd9a</link><description>Dear Ken, I'm having the same problem with my auto generated java bean class. I wrote a boolean transformer like: public class BooleanPrimitiveTransformer extends AbstractTransformer { public BooleanPrimitiveTransformer() {} public void transform(Object object) { this.getContext().write((Boolean)object ? "true" : "false"); } } But this should work but flexjson cannot recognize on serialiasion if the type is an primitive boolean. public static JSONSerializer createJSONSerializerIncluding(String......</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel B.</dc:creator><pubDate>Wed, 27 Mar 2019 08:43:23 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/5b7356ea/?limit=25#bd9a</guid></item><item><title>Charlie Hubbard committed [r219]</title><link>https://sourceforge.net/p/flexjson/code/219/</link><description>Make sure we can handle parameterized types from the target better.  If we have a type variable on an object then we need to look at the actual parameters from the targetClass because the concrete types will be specified over there.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sun, 24 Feb 2019 15:58:13 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/219/</guid></item><item><title>Charlie Hubbard committed [r218]</title><link>https://sourceforge.net/p/flexjson/code/218/</link><description>Make sure the add method returns something that supports generic typing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Thu, 21 Feb 2019 04:32:49 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/218/</guid></item><item><title>Charlie Hubbard committed [r217]</title><link>https://sourceforge.net/p/flexjson/code/217/</link><description>Fixed a test that has a poor solution that isn't general solution.  Difficult mapping problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Thu, 21 Feb 2019 04:09:59 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/217/</guid></item><item><title>Charlie Hubbard committed [r216]</title><link>https://sourceforge.net/p/flexjson/code/216/</link><description>javadoc clean up.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Wed, 20 Feb 2019 22:28:14 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/216/</guid></item><item><title>Charlie Hubbard committed [r215]</title><link>https://sourceforge.net/p/flexjson/code/215/</link><description>Make sure we can override the values path with the use() method for maps and collections.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Wed, 20 Feb 2019 20:03:48 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/215/</guid></item><item><title>Charlie Hubbard committed [r214]</title><link>https://sourceforge.net/p/flexjson/code/214/</link><description>Big changes to remove using class property to deserialize the object.  Added the ability to specify type hirarchy through annotations instead of using the use() method.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Wed, 20 Feb 2019 18:04:25 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/214/</guid></item><item><title>Charlie Hubbard committed [r213]</title><link>https://sourceforge.net/p/flexjson/code/213/</link><description>Updated version to 4.0.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 19 Feb 2019 22:19:34 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/213/</guid></item><item><title>Charlie Hubbard committed [r212]</title><link>https://sourceforge.net/p/flexjson/code/212/</link><description>Added typing generic of Date to the Transformer.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 19 Feb 2019 22:05:47 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/212/</guid></item><item><title>Charlie Hubbard committed [r211]</title><link>https://sourceforge.net/p/flexjson/code/211/</link><description>Aded generic type product for the ObjectFactory.  Not all factories yeild a single type of product (ie class), but this allows you to define it if possible.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 19 Feb 2019 22:04:33 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/211/</guid></item><item><title>Charlie Hubbard committed [r210]</title><link>https://sourceforge.net/p/flexjson/code/210/</link><description>Refactor so subclasses can overload how things get instantiated in the case where a subclass might want instantiate constructors with multiple arguments or call class factory methods, etc.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 15 Feb 2019 20:26:29 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/210/</guid></item><item><title>Guy Oshiro posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/545b22da/?limit=25#65d6</link><description>We discovered a bug in flexjson 3.2. It appears that it is forcibly perorming unicode encoding. String saved in DB: blah blah &lt;&gt; and &lt;&gt; \"href and othe Json output from flexjson 2.1-3.1 {"stringValue": "blah blah &lt;&gt; and &lt;&gt; \"href and other"} JSON output from flexjson 3.2 {"stringValue": "blah blah \u003c\u003e and \u003c\u003e \u0022href and other"} Is there an additional config / transformer that we need to set to avoid the unicode encoding in flexjson 3.2? i.e. &lt; converted to \u003c We will roll...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Oshiro</dc:creator><pubDate>Fri, 21 Apr 2017 01:47:18 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/545b22da/?limit=25#65d6</guid></item><item><title>Literate Aspects posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/flexjson/discussion/686320/thread/fd43d481/?limit=25#e336</link><description>Hello, can your FlexJson help me accomplish: jsf managed bean accessing MySQL remote...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Literate Aspects</dc:creator><pubDate>Wed, 14 Dec 2016 19:42:41 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686320/thread/fd43d481/?limit=25#e336</guid></item><item><title>Vaibhaw Pandey posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/51ac5149/?limit=25#f3d8</link><description>(Not sure if this is a known bug or limitation) When an object is being serliazed,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhaw Pandey</dc:creator><pubDate>Fri, 15 Jul 2016 09:34:55 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/51ac5149/?limit=25#f3d8</guid></item><item><title>Ivan Olmos posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/dcf4dab9/?limit=25#3815</link><description>When you create the following class public class Test { private String item; private...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Olmos</dc:creator><pubDate>Tue, 10 May 2016 13:56:25 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/dcf4dab9/?limit=25#3815</guid></item><item><title>Floyd Shackelford posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/f116cd7b/?limit=25#93b3</link><description>i think this is a bug in flexjson. here's an easy reproduction. here's my set up:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Floyd Shackelford</dc:creator><pubDate>Mon, 11 Apr 2016 10:16:46 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/f116cd7b/?limit=25#93b3</guid></item><item><title>Anonymous modified a comment on ticket #17</title><link>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</link><description>I receive the same error with an empty array: {"devices":[]} java.lang.IndexOutOfBoundsException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 17 Dec 2015 03:37:22 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</guid></item><item><title>Dmitry Parhonin modified a comment on ticket #47</title><link>https://sourceforge.net/p/flexjson/bugs/47/?limit=25#d3a8</link><description>Is this project supported? Proposed fix for 3.3: --- ../../Sources/flexjson-3.3/flexjson/ObjectBinder.java...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Parhonin</dc:creator><pubDate>Thu, 03 Dec 2015 08:32:08 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/47/?limit=25#d3a8</guid></item><item><title>Dmitry Parhonin posted a comment on ticket #47</title><link>https://sourceforge.net/p/flexjson/bugs/47/?limit=25#d3a8</link><description>Is this project supported? Proposed fix: --- ../../Sources/flexjson-3.3/flexjson/ObjectBinder.java...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitry Parhonin</dc:creator><pubDate>Tue, 01 Dec 2015 12:59:25 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/47/?limit=25#d3a8</guid></item><item><title>Anonymous modified a comment on ticket #17</title><link>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</link><description>I receive the same error with an empty array: {"devices":[]} java.lang.IndexOutOfBoundsException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 15 Nov 2015 12:29:41 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</guid></item><item><title>Angeline Loh posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/68dcff90/?limit=25#e8db/f0ca</link><description>under 1.9.2 List&lt;Long&gt; list = new JSONDeserializer&lt;List&lt;Long&gt;&gt;().use(null, ArrayList.class).use("values",...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Angeline Loh</dc:creator><pubDate>Fri, 13 Nov 2015 00:00:45 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/68dcff90/?limit=25#e8db/f0ca</guid></item><item><title>Anonymous modified a comment on ticket #17</title><link>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</link><description>I receive the same error with an empty array: {"devices":[]} java.lang.IndexOutOfBoundsException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 11 Nov 2015 14:54:03 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</guid></item><item><title>Peter Rainer created ticket #47</title><link>https://sourceforge.net/p/flexjson/bugs/47/</link><description>@JSON(objectFactory=) annotation ignored</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Rainer</dc:creator><pubDate>Wed, 28 Oct 2015 19:45:50 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/47/</guid></item><item><title>Anonymous modified a comment on ticket #17</title><link>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</link><description>I receive the same error with an empty array: {"devices":[]} java.lang.IndexOutOfBoundsException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 12 Oct 2015 06:22:36 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</guid></item><item><title>Anonymous modified a comment on ticket #17</title><link>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</link><description>I receive the same error with an empty array: {"devices":[]} java.lang.IndexOutOfBoundsException:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 08 Oct 2015 09:55:20 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/17/?limit=25#cc37</guid></item><item><title>Charlie Hubbard posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/41406c28/?limit=25#fcae</link><description>So this is a limitation of JSON standard. JSON standard only allows for strings in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sat, 03 Oct 2015 18:48:37 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/41406c28/?limit=25#fcae</guid></item><item><title>danny sarge posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/41406c28/?limit=25#e739</link><description>Hey, I've been trying to serialize and deserialize a HashMap&lt;Integer,Integer&gt; that...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danny sarge</dc:creator><pubDate>Fri, 02 Oct 2015 23:49:05 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/41406c28/?limit=25#e739</guid></item><item><title>"chubbard" committed [r209]</title><link>https://sourceforge.net/p/flexjson/code/209/</link><description>Support nulls for enum references.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">"chubbard"</dc:creator><pubDate>Wed, 30 Sep 2015 15:50:04 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/209/</guid></item><item><title>Kristopher Stice-Hall posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/ea5e52f8/?limit=25#dca5</link><description>How do I serialize java.util.Optional class insides to be a part of the json tre...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristopher Stice-Hall</dc:creator><pubDate>Tue, 08 Sep 2015 01:06:42 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/ea5e52f8/?limit=25#dca5</guid></item><item><title>Charlie Hubbard posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/6178ed77/?limit=25#41e5</link><description>It's been in there for a very long time. The website docs are a little behind due...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Wed, 10 Jun 2015 15:56:31 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/6178ed77/?limit=25#41e5</guid></item><item><title>Chris Marx posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/6178ed77/?limit=25#039b</link><description>wow, that is a great feature, i've been missing this for like 2 years, is this in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Marx</dc:creator><pubDate>Wed, 27 May 2015 12:31:59 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/6178ed77/?limit=25#039b</guid></item><item><title>Charlie Hubbard posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/5babb2bc/?limit=25#6634</link><description>Can you provide some more details? What does your bean look like? What is the JSON...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 26 May 2015 12:55:06 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/5babb2bc/?limit=25#6634</guid></item><item><title>Oğuz Özcan posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/5babb2bc/?limit=25#4104</link><description>Hello, I am getting the "flexjson.JSONException: Missing value at character 0" error....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oğuz Özcan</dc:creator><pubDate>Mon, 25 May 2015 13:14:46 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/5babb2bc/?limit=25#4104</guid></item><item><title>Robert Liberatore posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/25432d86/?limit=25#afbb</link><description>Well, guess I should have waited five more minutes before posting. Solved the issue...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Liberatore</dc:creator><pubDate>Thu, 14 May 2015 01:21:08 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/25432d86/?limit=25#afbb</guid></item><item><title>Robert Liberatore modified a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/25432d86/?limit=25#cbdf</link><description>I have a class that implements Iterable. When using FlexJSON, the iterator gets used...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Liberatore</dc:creator><pubDate>Thu, 14 May 2015 00:51:15 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/25432d86/?limit=25#cbdf</guid></item><item><title>Robert Liberatore posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/25432d86/?limit=25#cbdf</link><description>I have a class that implements Iterable. When using FlexJSON, the iterator gets used...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Liberatore</dc:creator><pubDate>Thu, 14 May 2015 00:46:09 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/25432d86/?limit=25#cbdf</guid></item><item><title>Hernan Pablo Keena modified a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/b27df1d3/?limit=25#759e</link><description>Hi, I'm having problem trying to serialize a group of object when using generics...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hernan Pablo Keena</dc:creator><pubDate>Mon, 15 Dec 2014 12:12:37 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/b27df1d3/?limit=25#759e</guid></item><item><title>Hernan Pablo Keena posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/b27df1d3/?limit=25#759e</link><description>Hi, I'm having problem trying to serialize a group of object when using generics...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hernan Pablo Keena</dc:creator><pubDate>Fri, 12 Dec 2014 16:46:52 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/b27df1d3/?limit=25#759e</guid></item><item><title>Charlie Hubbard committed [r208]</title><link>https://sourceforge.net/p/flexjson/code/208/</link><description>[maven-release-plugin] prepare for next develop...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 27 Oct 2014 19:46:10 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/208/</guid></item><item><title>Charlie Hubbard committed [r207]</title><link>https://sourceforge.net/p/flexjson/code/207/</link><description>[maven-release-plugin]  copy for tag flexjson-3.3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 27 Oct 2014 19:46:06 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/207/</guid></item><item><title>Charlie Hubbard committed [r206]</title><link>https://sourceforge.net/p/flexjson/code/206/</link><description>[maven-release-plugin] prepare release flexjson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 27 Oct 2014 19:46:02 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/206/</guid></item><item><title>Charlie Hubbard committed [r205]</title><link>https://sourceforge.net/p/flexjson/code/205/</link><description>Revert: [maven-release-plugin] prepare release ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 27 Oct 2014 19:44:53 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/205/</guid></item><item><title>Charlie Hubbard committed [r204]</title><link>https://sourceforge.net/p/flexjson/code/204/</link><description>[maven-release-plugin] prepare release flexjson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 27 Oct 2014 19:14:34 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/204/</guid></item><item><title>Charlie Hubbard committed [r203]</title><link>https://sourceforge.net/p/flexjson/code/203/</link><description>Fix serializing numbers that have infinity and ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 27 Oct 2014 18:07:38 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/203/</guid></item><item><title>Charlie Hubbard committed [r202]</title><link>https://sourceforge.net/p/flexjson/code/202/</link><description>Updated for 3.3 release</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Thu, 16 Oct 2014 02:36:52 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/202/</guid></item><item><title>Charlie Hubbard committed [r201]</title><link>https://sourceforge.net/p/flexjson/code/201/</link><description>Added a test to support testing for subclass pr...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Wed, 15 Oct 2014 02:57:25 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/201/</guid></item><item><title>Charlie Hubbard modified ticket #44</title><link>https://sourceforge.net/p/flexjson/bugs/44/</link><description>Default transformers exception with null values</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Wed, 15 Oct 2014 02:48:08 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/44/</guid></item><item><title>Charlie Hubbard modified ticket #13</title><link>https://sourceforge.net/p/flexjson/bugs/13/</link><description>"use" not working properly (on String)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 14:57:06 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/13/</guid></item><item><title>Charlie Hubbard modified ticket #41</title><link>https://sourceforge.net/p/flexjson/bugs/41/</link><description>Concrete properties and interfaces</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 14:16:00 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/41/</guid></item><item><title>Charlie Hubbard modified ticket #42</title><link>https://sourceforge.net/p/flexjson/bugs/42/</link><description>Deserializing into a Collection broken in 3.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 14:06:57 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/42/</guid></item><item><title>Charlie Hubbard committed [r200]</title><link>https://sourceforge.net/p/flexjson/code/200/</link><description>Fix for #44 - Handle null values in Transformer...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 13:37:35 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/200/</guid></item><item><title>Charlie Hubbard modified ticket #46</title><link>https://sourceforge.net/p/flexjson/bugs/46/</link><description>Iterables getting serialized as objects (via ObjectTransformer rather than IterableTransformer)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 00:28:17 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/46/</guid></item><item><title>Charlie Hubbard posted a comment on ticket #46</title><link>https://sourceforge.net/p/flexjson/bugs/46/?limit=25#43d6</link><description>I'm closing this defect since upgrading to the latest version fixes this. Anyone...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 00:27:57 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/46/?limit=25#43d6</guid></item><item><title>Charlie Hubbard committed [r199]</title><link>https://sourceforge.net/p/flexjson/code/199/</link><description>Fix for #45 - Handle exponential numbers being ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 00:26:14 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/199/</guid></item><item><title>Charlie Hubbard modified ticket #45</title><link>https://sourceforge.net/p/flexjson/bugs/45/</link><description>JsonNumber not correctly identifying decimal numbers with exponent</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Tue, 14 Oct 2014 00:26:03 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/45/</guid></item><item><title>Charlie Hubbard committed [r198]</title><link>https://sourceforge.net/p/flexjson/code/198/</link><description>Fixed a defect where @JSON.transformer wasn't b...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Mon, 13 Oct 2014 16:27:03 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/198/</guid></item><item><title>Olaf Klischat posted a comment on ticket #46</title><link>https://sourceforge.net/p/flexjson/bugs/46/?limit=25#b5f2</link><description>OK, I've verified that it works in 3.2. So I guess the bug is less relevant, although...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olaf Klischat</dc:creator><pubDate>Mon, 28 Jul 2014 02:16:02 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/46/?limit=25#b5f2</guid></item><item><title>Olaf Klischat created ticket #46</title><link>https://sourceforge.net/p/flexjson/bugs/46/</link><description>Iterables getting serialized as objects (via ObjectTransformer rather than IterableTransformer)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olaf Klischat</dc:creator><pubDate>Mon, 28 Jul 2014 01:15:04 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/46/</guid></item><item><title>cbmethods4sf posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/bf385489/?limit=25#859f/0478</link><description>After further testing, I've discovered that the problem appears to stem from the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbmethods4sf</dc:creator><pubDate>Mon, 14 Jul 2014 22:09:20 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/bf385489/?limit=25#859f/0478</guid></item><item><title>cbmethods4sf posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/bf385489/?limit=25#859f</link><description>Dear Flex Help, I recognize that in general the result of deserialization of wsimport-generated...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cbmethods4sf</dc:creator><pubDate>Mon, 14 Jul 2014 16:53:26 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/bf385489/?limit=25#859f</guid></item><item><title>Christian Reuschling modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/flexjson/discussion/686320/thread/fd43d481/?limit=25#3823</link><description>I fall into problems by serializing some objects, and read that it is maybe by design:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Reuschling</dc:creator><pubDate>Mon, 07 Jul 2014 14:57:32 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686320/thread/fd43d481/?limit=25#3823</guid></item><item><title>Christian Reuschling posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/flexjson/discussion/686320/thread/fd43d481/?limit=25#3823</link><description>I fall into problems by serializing some objects, and read that it is maybe by design:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Reuschling</dc:creator><pubDate>Mon, 07 Jul 2014 14:56:12 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686320/thread/fd43d481/?limit=25#3823</guid></item><item><title>Oran Kelly created ticket #45</title><link>https://sourceforge.net/p/flexjson/bugs/45/</link><description>JsonNumber not correctly identifying decimal numbers with exponent</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oran Kelly</dc:creator><pubDate>Thu, 03 Jul 2014 10:43:01 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/45/</guid></item><item><title>Zied Hamdi created ticket #9</title><link>https://sourceforge.net/p/flexjson/patches/9/</link><description>Unable to understand IllegalAccessException's origin</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zied Hamdi</dc:creator><pubDate>Mon, 10 Mar 2014 11:45:48 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/patches/9/</guid></item><item><title>Ben posted a comment on discussion Help</title><link>https://sourceforge.net/p/flexjson/discussion/686321/thread/80f8e9f1/?limit=50#f314</link><description>Hi, According to the Flexjson document in the main page, there are 3 ways we can...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben</dc:creator><pubDate>Mon, 10 Mar 2014 03:41:13 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/discussion/686321/thread/80f8e9f1/?limit=50#f314</guid></item><item><title>Charlie Hubbard committed [r197]</title><link>https://sourceforge.net/p/flexjson/code/197/</link><description>[maven-release-plugin] prepare for next develop...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 03:08:02 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/197/</guid></item><item><title>Charlie Hubbard committed [r196]</title><link>https://sourceforge.net/p/flexjson/code/196/</link><description>[maven-release-plugin]  copy for tag flexjson-3.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 03:06:57 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/196/</guid></item><item><title>Charlie Hubbard committed [r195]</title><link>https://sourceforge.net/p/flexjson/code/195/</link><description>[maven-release-plugin] prepare release flexjson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 03:06:51 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/195/</guid></item><item><title>Charlie Hubbard committed [r194]</title><link>https://sourceforge.net/p/flexjson/code/194/</link><description>Update the POM to rollback release</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 03:05:26 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/194/</guid></item><item><title>Charlie Hubbard committed [r193]</title><link>https://sourceforge.net/p/flexjson/code/193/</link><description>Rollback this tag because we couldn't release it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 03:04:22 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/193/</guid></item><item><title>Charlie Hubbard committed [r192]</title><link>https://sourceforge.net/p/flexjson/code/192/</link><description>Rollback this tag because we couldn't release it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 03:04:06 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/192/</guid></item><item><title>Charlie Hubbard committed [r191]</title><link>https://sourceforge.net/p/flexjson/code/191/</link><description>[maven-release-plugin]  copy for tag flexjson-3.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 02:42:45 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/191/</guid></item><item><title>Charlie Hubbard committed [r190]</title><link>https://sourceforge.net/p/flexjson/code/190/</link><description>[maven-release-plugin] prepare release flexjson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 02:42:37 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/190/</guid></item><item><title>Charlie Hubbard committed [r189]</title><link>https://sourceforge.net/p/flexjson/code/189/</link><description>[maven-release-plugin] prepare for next develop...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 01:05:11 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/189/</guid></item><item><title>Charlie Hubbard committed [r188]</title><link>https://sourceforge.net/p/flexjson/code/188/</link><description>[maven-release-plugin]  copy for tag flexjson-3.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 01:05:00 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/188/</guid></item><item><title>Charlie Hubbard committed [r187]</title><link>https://sourceforge.net/p/flexjson/code/187/</link><description>[maven-release-plugin] prepare release flexjson...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 01:02:26 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/187/</guid></item><item><title>Charlie Hubbard committed [r186]</title><link>https://sourceforge.net/p/flexjson/code/186/</link><description>Removed characters that cause UTF-8 issues duri...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Fri, 14 Feb 2014 01:00:41 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/186/</guid></item><item><title>vlastik posted a comment on ticket #44</title><link>https://sourceforge.net/p/flexjson/bugs/44/?limit=25#8c49</link><description>Or better, without breaking the backwards compatibility: public void transform(Object...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vlastik</dc:creator><pubDate>Wed, 12 Feb 2014 13:34:58 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/44/?limit=25#8c49</guid></item><item><title>vlastik created ticket #44</title><link>https://sourceforge.net/p/flexjson/bugs/44/</link><description>Default transformers exception with null values</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vlastik</dc:creator><pubDate>Wed, 12 Feb 2014 11:11:24 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/bugs/44/</guid></item><item><title>Charlie Hubbard committed [r185]</title><link>https://sourceforge.net/p/flexjson/code/185/</link><description>Updated 3.2 release</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charlie Hubbard</dc:creator><pubDate>Sun, 26 Jan 2014 22:27:28 -0000</pubDate><guid>https://sourceforge.net/p/flexjson/code/185/</guid></item></channel></rss>