/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
usecrate::gecko_bindings::{bindings, structs::mozilla}; usecrate::json_writer::JSONWriter; usecrate::marker::deserializer_tags_state::{
get_marker_type_functions_read_guard, MarkerTypeFunctions,
}; use std::os::raw::{c_char, c_void};
// Serialize the marker type name first.
json_writer.string_property("type", marker_type_name_fn()); // Serialize the marker payload now.
transmute_and_stream_fn(payload, payload_size, &mut json_writer);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.