Commit 4325ebb2 authored by Anna Henningsen's avatar Anna Henningsen Committed by Commit Bot

[api] Remove warning about ValueSerializer

This API has existed for two and a half years now, with no
API changes over the last year, and is widely used in production,
code so it makes sense to consider it stable.

Change-Id: I10e38c37fb8c13e22124ef0985f4b0bd8d4615fd
Reviewed-on: https://chromium-review.googlesource.com/c/1461999Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59576}
parent a4b19dcc
...@@ -2008,10 +2008,6 @@ class V8_EXPORT JSON { ...@@ -2008,10 +2008,6 @@ class V8_EXPORT JSON {
/** /**
* Value serialization compatible with the HTML structured clone algorithm. * Value serialization compatible with the HTML structured clone algorithm.
* The format is backward-compatible (i.e. safe to store to disk). * The format is backward-compatible (i.e. safe to store to disk).
*
* WARNING: This API is under development, and changes (including incompatible
* changes to the API or wire format) may occur without notice until this
* warning is removed.
*/ */
class V8_EXPORT ValueSerializer { class V8_EXPORT ValueSerializer {
public: public:
...@@ -2132,10 +2128,6 @@ class V8_EXPORT ValueSerializer { ...@@ -2132,10 +2128,6 @@ class V8_EXPORT ValueSerializer {
/** /**
* Deserializes values from data written with ValueSerializer, or a compatible * Deserializes values from data written with ValueSerializer, or a compatible
* implementation. * implementation.
*
* WARNING: This API is under development, and changes (including incompatible
* changes to the API or wire format) may occur without notice until this
* warning is removed.
*/ */
class V8_EXPORT ValueDeserializer { class V8_EXPORT ValueDeserializer {
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment