[Neos] Warum ist der ajax request aus dem inspector ein array/json mischmasch?

Karsten Dambekalns karsten at typo3.org
Thu Aug 7 12:18:44 CEST 2014


Hello.

Translation: “Why is the AJAX request from the inspector a mix of array and JSON"

On 05.08.2014, at 21:27, Carsten Bleicker <carsten at bleicker.de> wrote:

> Packages/Application/TYPO3.TYPO3CR/Classes/TYPO3/TYPO3CR/TypeConverter/NodeConverter.php:207

Answer: Because "inspector editor API”.

The property comes in from the JS side of life, and serialize() isn’t available there.

To go further, the correct question would be “why is there still serialized data around”, considering the drawbacks of serialized data in PHP in general.

Regards,
Karsten


More information about the Neos mailing list