It contains V8-serialized values. We don't want people trying to decode the V8 serialization as it s
It contains V8-serialized values. We don't want people trying to decode the V8 serialization as it sometimes breaks in backwards-incompatible ways (which we can deal with as long as we control all the deserializers). We are also not completely sure that the parser is resilient against malicious input. Chrome similarly uses V8 serialization but never lets apps see nor modify the serialized bytes.





