search : serialization

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

ORM Search Serialization Issue
Incorrect Serialization of dates
ORM Search XML Serialization Issue
Base64 Strings Mishandled During Serialization
Incorrect JSON Serialization of certain Errors
WDDX Serialization of date objects is broken
Serialization of query does not respect case
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by Vamseekrishna N.
Comment on Base64 Strings Mishandled During Serialization by Vamseekrishna N.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Preserve case for Struct keys for Serialization Does Not Work
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by S P.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by Awdhesh K.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Base64 Strings Mishandled During Serialization by Piyush K.
Comment on Base64 Strings Mishandled During Serialization by External U.
Comment on Incorrect JSON Serialization of certain Errors by Bryan H.
Comment on Serialization of query does not respect case by External U.
Comment on Serialization of query does not respect case by Awdhesh K.
Comment on Incorrect JSON Serialization of certain Errors by Immanuel N.
Comment on WDDX Serialization of date objects is broken by Jeff C.
Comment on Serialization of query does not respect case by Immanuel N.
Comment on Serialization of query does not respect case by External U.
Comment on Serialization of query does not respect case by External U.
Comment on Incorrect JSON Serialization of certain Errors by Bryan H.
Comment on Preserve case for Struct keys for Serialization Does Not Work by External U.
Comment on Incorrect JSON Serialization of certain Errors by Bryan H.
Comment on Serialization of query does not respect case by External U.
Comment on Serialization of query does not respect case by External U.
Comment on Serialization of query does not respect case by Rupesh K.
Comment on Serialization of query does not respect case by CFwatson U.
Comment on Preserve case for Struct keys for Serialization Does Not Work by External U.
Comment on Preserve case for Struct keys for Serialization Does Not Work by Immanuel N.
ColdFusion JSON Serialization produces invalid output from string representations of negative decimal numbers
Comment on Incorrect JSON Serialization of certain Errors by Bryan H.
Comment on WDDX Serialization of date objects is broken by Sean C.
Comment on WDDX Serialization of date objects is broken by Nitin K.
Comment on Serialization of query does not respect case by Awdhesh K.
Comment on Serialization of query does not respect case by External U.
Comment on Serialization of query does not respect case by External U.
Comment on Incorrect JSON Serialization of certain Errors by Immanuel N.
[ANeff] Bug for: CanSerialize()/CanDeserialize() not called for XML serialization/deserialization
2609891 CF-3750731 External U. Hi Paul, Instead of adding another parameter to de/serializeXML() and de/serializeJSON(), how about allowing "useCustomSerializer" to accept a string (to specify the serializer to use). Example: Old: -------------------------------------------- serialize
Comment on SerializeJSON casts multiple zero value as number instead of string by External U.
Comment on [ANeff] ER for: serializeJSON(query) honor column type by External U.
2609891 CF-3750731 Paul N. Thanks Adam for explaining the scenario. I am thinking of a solution. It is not final. But just a thought. We can support multiple custom serializers. In the Application.cfc, we can take a new setting like, this.customSerializers = {cs1 = "MySerializer", cs2
Comment on Custom serialiser: canSerialize() doesn't seem to function sensibly by External U.
Comment on ColdFusion 10, 11 (11,0,13,303668) and 2016: JSON Serialization Still Broken - String values in numeric format being interpreted as numeric (ie, "1.1.10") by Vamseekrishna N.
ColdFusion 10, 11 (11,0,13,303668) and 2016: JSON Serialization Still Broken - String values in numeric format being interpreted as numeric (ie, "1.1.10")
Comment on Prefix Serialized JSON, CFFILEUPLOAD, and SerializeJSON Error by External U.
Comment on Prefix Serialized JSON, CFFILEUPLOAD, and SerializeJSON Error by S V.
2609891 CF-3750731 Aaron N. Hi Adobe, Is there someone there that could read my above questions, and possibly reply? Regarding my last question (about changing the `useCustomSerializer` parameter from boolean to string in serializeXML/deserializeXML/serializeJSON/deserializeJSON), I realize there
2610544 CF-3697516 Rupesh K. As of now, the datatype support has been added for query and CFC. So if a query is being serialized in JSON OR a cfc object is being serialized where the datatype is defined on this field, SerializeJSON will be able to serialize it correctly. In the absence of datatype
Cf10 vs CF2016 Performance: Date related issue for JSON serialization
Comment on SerializeJSON() does not fully serialize array of entities from Entity Load by External U.
2609891 CF-3750731 Aaron N. THIS.customSerializers could disallow boolean key names. Then `useCustomSerializer` parameter could accept any THIS.customSerializers key name. No need for yet another "optional argument to specify the serializer to be used". Just dual-purpose the existing `useCustomSerializer
Comment on serializeQueryByColumns needs to be available as an Ajax argument by External U.
Comment on Function SerializeJSON() converts employee's last name ("No") to boolean false in JSON output by Rupesh K.
Comment on Function SerializeJSON() converts employee's last name ("No") to boolean false in JSON output by External U.