mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)
* Various style edits * Edit out "simple" when possible Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com> Co-authored-by: Clay John <claynjohn@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a4a368af15
commit
bd19917ea0
@@ -6,7 +6,7 @@ Binary serialization API
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Godot has a simple serialization API based on Variant. It's used for
|
||||
Godot has a serialization API based on Variant. It's used for
|
||||
converting data types to an array of bytes efficiently. This API is used
|
||||
in the functions ``get_var`` and ``store_var`` of :ref:`class_File`
|
||||
as well as the packet APIs for :ref:`class_PacketPeer`. This format
|
||||
|
||||
Reference in New Issue
Block a user