-
Updated
Dec 8, 2020 - Go
serializer
Here are 523 public repositories matching this topic...
-
Updated
Dec 8, 2020 - C#
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Oct 21, 2020 - C#
-
Updated
Jul 7, 2020 - PHP
-
Updated
Dec 9, 2020 - PHP
-
Updated
Oct 28, 2020 - Java
-
Updated
Dec 8, 2020 - C#
-
Updated
Nov 19, 2020 - Go
-
Updated
Oct 19, 2020
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 25, 2020 - Ruby
-
Updated
Oct 15, 2020 - Java
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Ruby
-
Updated
Dec 9, 2020 - C
-
Updated
Jun 21, 2020 - C#
-
Updated
Dec 9, 2020 - C++
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
-
Updated
Dec 9, 2020 - TypeScript
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 5, 2020 - Ruby
-
Updated
Aug 11, 2019 - C#
-
Updated
Nov 23, 2020 - Yacc
-
Updated
Oct 26, 2020 - C#
We want to implement a custom method with payload key name as metricValues
, but the proper ruby method name should be snake_case.
class MetricPeriodSerializer < Panko::Serializer
attributes :period, :metricValues
def metricValues
[{
'name' => 'metric1',
'value' => object.metric_1
},
{
-
Updated
Dec 9, 2020 - Scala
-
Updated
Nov 15, 2020 - Pascal
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 we save every URI ever qname'd forever in here: https://github.com/RDFLib/rdflib/blob/master/rdflib/namespace.py#L289
If you serialize a big graph in a store that is off disk, we may run out of memory.
Either: