serialization
Here are 1,487 public repositories matching this topic...
FAQ rev
There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
fastjson is 6 tim
I have this schema I want to implement but I am finding it very difficult to find documentation to perform the serialization and deserialization for C++. The existing tutorial and documentation do not seem to describe this scenario which I am assuming is quite common. Can someone point me to any example or documentation that describes this?
tb.fbs:
namespace TB;
table Proj {
idx:int64
Currently, when SortMapKeys is set to true in Config, map keys are sorted using a standard alphanumeric sort. It should be possible to specify a custom map key sorting function to use, in order to prioritize certain map keys over others.
Example: Standard SortMapKeys behavior:
cfg := jsoniter.Config{
SortMapKeys: true,
}.Froze()
m := map[string]int{
"beta": 2,
"alp
Hey in the documentation:
https://protobufjs.github.io/protobuf.js/
the Buffer class is 404:
https://protobufjs.github.io/protobuf.js/Buffer.html
though it is being linked to in some other classes, e.g. BufferReader
https://protobufjs.github.io/protobuf.js/BufferReader.html
kind regards
The fact that exclude takes dotted notation for nested fields, but unknown does not apply to nested fields, means that exclude doesn't work for nested fields in some common use cases unless the nested schema(s) have the desired Meta.unknown setting, and then they are not runtime-flexible, which is the great benefit of Schema and load taking exclude. Somewhat new to marshmallow so mayb
A handy swift json-object serialization/deserialization library
-
Updated
Jun 12, 2020 - Swift
To facilitate easier studying of these types of vulnerabilities the tool scaffolding should be able to instrument itself to generate ASCII diagrams of payload object-graphs (similar to this) and deserialization code execution call-trees (similar to [this](https://gist.github.com/frohoff/24af7913611f8406ea
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Jul 5, 2020 - C#
I don't see a link in the README.md that lets people get to the docs that cover the API for this package... can that be added?
I see this project has hard-coded (copied) external source-files for dependencies.
I'd like to ask for documentation improvement on this topic:
- which repo the come from, URL
- what version/commit is being used?
And if possible, it would be great to see these updated (or replaced with actively developed forks/alternatives):
- rapidjson:
- does have a problem with releases l
DateType and DateTimeType and subclasses use datetime.datetime.strptime, which in turn uses the dateutil library. Unfortunately, this library is much slower at ISO8601 date parsing than C-based alternatives (in particular, ciso8601):
import datetime
import ciso8601
%timeit datetime.datetime.strptime('2018-01-01', '%Y-%m-%d')
# 10.5 µs ± 440 ns per loop (mean ± std. dev. of 7 r
Safely pass trusted data to untrusted environments and back.
-
Updated
Jul 2, 2020 - Python
Hprose is a cross-language RPC. This project is Hprose 2.0 for PHP
-
Updated
Apr 23, 2020 - PHP
I was trying to understand what protostuff-json does, but could not find any documentation, can you please help me understand what it does.
https://github.com/protostuff/protostuff/tree/master/protostuff-json
Binding C++ and JavaScript — WebIDL Binder and Embind
https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#binding-c-and-javascript-webidl-binder-and-embind
// quick_example.cpp
#include <emscripten/bind.h>
using namespace emscripten;
float lerp(float a,
Bad link
As mentioned in #324, build scripts are not supposed to write to src directory (https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script), yet this is what the documentation suggests. Once #324 is resolved, I suggest that the documentation should be changed.
FST: fast java serialization drop in-replacement
-
Updated
May 17, 2020 - Java
The documentation at Sitepoint is actually very much explanatory than the "official" one at jsoniter
I suggest you include the Sitepoint link in the official [jsoniter](http://jsonit
msgpack.org[Go] MessagePack encoding for Golang
-
Updated
Jun 12, 2020 - Go
Although there is already an attribute YamlMember, DataMember does not depend on Yaml, and allows one to have consistent serialized field names in YamlDotNet and System.Text.Json
Best regards.
Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
-
Updated
Dec 9, 2018 - Python
Hprose is a cross-language RPC. This project is Hprose for Golang.
-
Updated
Jul 3, 2020 - Go
How to specify whether to emit optional struct name during serialization?
I see no option for that here
https://docs.rs/ron/0.5.1/ron/ser/struct.PrettyConfig.html
but I think there should be one..
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
-
Updated
Jul 3, 2020 - Rust
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
-
Updated
Jul 2, 2020 - C++
A Symfony Pack for Symfony Serializer
-
Updated
Mar 28, 2020
Situation
When creating a package:
import quilt3
quilt3.config(default_remote_registry='s3://your-bucket')
p = quilt3.Package()
p.push("username/packagename")
The package name can be any string. In particular it may be e.g. fashion-mnist.
Why is it wrong?
I would like
Improve this page
Add a description, image, and links to the serialization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serialization topic, visit your repo's landing page and select "manage topics."


URL: https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.message
There appears to be an errant markup text in the code example at the top of the page. This is how it renders for me in Chrome 80 on Ubuntu 16.04:
