Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion MongoDB and SerializeJSON
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adam Presley  
View profile  
 More options Mar 17 2012, 4:38 pm
From: Adam Presley <a...@adampresley.com>
Date: Sat, 17 Mar 2012 13:38:51 -0700 (PDT)
Local: Sat, Mar 17 2012 4:38 pm
Subject: Re: [OpenBD] MongoDB and SerializeJSON

Ok, I was able to get a fix in
/src/com//naryx/tagfusion/expression/function/string/serializejson.java on
line ~234 by doing:

 else if (var.getDataType() == cfData.CFJAVAOBJECTDATA) {
out.append("\"" + encodeString(var.getString()) + "\"");

}

Kind of brute force, but did the job.
On Saturday, March 17, 2012 3:01:10 PM UTC-5, Alan Williamson wrote:

> Aah yes, that is because the _id is a special java type which doesn't
> support the toString()

> i will trap for that one and serialize it.  i'll fix this very soon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.