refactor serde interfaces and impls
authorMichael Wallner <mike@php.net>
Fri, 1 Apr 2022 16:18:54 +0000 (18:18 +0200)
committerMichael Wallner <mike@php.net>
Fri, 1 Apr 2022 16:18:54 +0000 (18:18 +0200)
commit477056db110fc9f60d1a8e185df72b8020309317
tree1d18f0e54e5d49f9f008546a2da83dcf4ebce3a1
parent828a6547cc621fec6fd81745a8f6c9753f904bf2
refactor serde interfaces and impls
47 files changed:
docs/tutorial/: Tutorial/:2. What is ion.md
docs/tutorial/: Tutorial/:4. Special Datatypes.md
docs/tutorial/: Tutorial/:5. Symbols, Tables and Catalogs.md
docs/v0.1/index.html
docs/v0.1/ion.html
docs/v0.1/ion.stub.php
docs/v0.1/ion/: Tutorial/:2. What is ion.html
docs/v0.1/ion/: Tutorial/:4. Special Datatypes.html
docs/v0.1/ion/: Tutorial/:5. Symbols, Tables and Catalogs.html
docs/v0.1/ion/Reader/Buffer/Reader.html
docs/v0.1/ion/Reader/Buffer/Reader/__construct.html
docs/v0.1/ion/Reader/Stream/Reader.html
docs/v0.1/ion/Reader/Stream/Reader/__construct.html
docs/v0.1/ion/Serializer.html
docs/v0.1/ion/Serializer/PHP.html
docs/v0.1/ion/Serializer/PHP/__construct.html
docs/v0.1/ion/Serializer/Serializer.html [new file with mode: 0644]
docs/v0.1/ion/Serializer/Serializer/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Serializer/serialize.html
docs/v0.1/ion/Type.html
docs/v0.1/ion/Unserializer.html
docs/v0.1/ion/Unserializer/PHP.html
docs/v0.1/ion/Unserializer/PHP/__construct.html
docs/v0.1/ion/Unserializer/Unserializer.html [new file with mode: 0644]
docs/v0.1/ion/Unserializer/Unserializer/__construct.html [new file with mode: 0644]
docs/v0.1/ion/Unserializer/unserialize.html
docs/v0.1/ion/Writer/Buffer/Writer.html
docs/v0.1/ion/Writer/Buffer/Writer/__construct.html
docs/v0.1/ion/Writer/Stream/Writer.html
docs/v0.1/ion/Writer/Stream/Writer/__construct.html
docs/v0.1/ion/serialize.html
docs/v0.1/ion/unserialize.html
ion.c
ion.stub.php
ion_arginfo.h
ion_private.h
tests/Serializer/PHP.phpt [deleted file]
tests/Symbol/Table/Local.phpt
tests/Symbol/Table/Shared.phpt
tests/Unserializer/PHP.phpt [deleted file]
tests/serialize.phpt [new file with mode: 0644]
tests/serialize/custom.phpt
tests/serialize/multisequence.phpt
tests/unserialize.phpt [new file with mode: 0644]
tests/unserialize/invalid_annotation.phpt
tests/unserialize/multisequence.phpt
tests/~integration/no_decimals.phpt [new file with mode: 0644]