serializer
Here are 473 public repositories matching this topic...
-
Updated
Jul 14, 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?
This:
using ZeroFormatter;
namespace ZfcHint
{
[ZeroFormattable]
public class TypeHint
{
// zfc analyzes UnityEngine.Vector3[] type and register it.
[Index(0)]
public UnityEngine.Vector3[] Hint1;
}
}
Produces:
Unhandled Exception: System.Exception: Public property's accessor must be virtual. TypeHint.Hint1.
Also tes
-
Updated
Jul 7, 2020 - PHP
-
Updated
Jun 18, 2020 - PHP
The doc-comment for Store.open indicates the following (my emphasis):
If create is True a store will be created if it does not already exist. If create is False and a store does not already exist an exception is raised
However, an exception is not raised by the sleepycat store, the only store in the standard library for which the create flag is meaningful. For sleepycat, in the case th
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
-
Updated
Jul 13, 2020 - C#
-
Updated
Jul 3, 2020 - Go
-
Updated
Mar 28, 2020
rendering a component with <> ... </> seems troublesome and often return null instead of children
functional-component.js
import React from 'react';
export default ({ message }) => <span>{message}</span>;
component.js
import React from 'react';
import FunctionalComponent from './functional-component';
export default ({ message, show }) => {
return (
<>
The serialization docs say the following:
ref: If present, it's considered as a relationships.
id: Configurable identifier field for the resource. Default: id.
I don't understand what one is doing over the other? What if I specify a ref but no id, and there is no id field?
Happy to contribute to clarify docs once I understand the difference.
Thanks.
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 2, 2020 - Ruby
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 6, 2020 - Ruby
[update]
I am requesting a list of status_code and their meanings returned by the following function reportedStateCallback(). My port is esp-azure but this status_code should be generic. Thanks.
[original]
I'm using the esp-azure port but the c port has the same function, a callback function when device completes sending device twin update:
static void reportedStateCallback(int status
Serialization format
Hello Riki, your serializer looks very promising!
I'm wondering whether its physical format stable enough to be standardized?
Would be great to have a wire-compatible javascript version of the .NET serializer.
Existing formats like Json, Bson or MessagePack are quite limited (don't support circular references, etc).
Regards, Alex
TypeBinder example
-
Updated
Jul 10, 2020 - C++
-
Updated
Jul 15, 2020 - Ruby
-
Updated
Dec 23, 2019 - Go
According to the spec, the following query has an invalid syntax:
PREFIX : <http://www.example.org/>
SELECT ((?O1 + ?O2) AS ?O12) (COUNT(?O1) AS ?C)
WHERE { ?S :p ?O1; :q ?O2 } GROUP BY (?O1 + ?O2)
ORDER BY ?O12However, SPARQL.js parses it without throwing an error.
Relevant test: http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg08
Tes
-
Updated
Jul 15, 2020 - TypeScript
Hello
the included 'documentation' files (pdf, rtf, doc, html) are not really a documentation, just an introduction that link to documents on the web. That would have been fine but sadly all the web links return 404.
e.g. http://docs.bayat.io/scripting-api/savegame/save etc
The build in Travis-CI doesn't exercise the docs/build.sbt or forces the sbt.version to use for that build.
That is: playframework/play-json#145 was merged without addressing playframework/play-json#145 (comment)
-
Updated
Jul 14, 2020 - C++
How to use this from the command line with rdfpipe to convert from one format to another (with optional {compaction,}) could be helpfully added to README.rst.
-
Updated
Jul 6, 2020 - C#
-
Updated
Mar 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the serializer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serializer topic, visit your repo's landing page and select "manage topics."
Currently, when
SortMapKeysis set totruein 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: