August 15, 2021 General » Re: Implementing serialisation with minmal boilerplate and template overhead using core.reflect | |||
|---|---|---|---|
| |||
...as well for this to work as without the length information you cannot de-serialize. | |||
August 15, 2021 General » Implementing serialisation with minmal boilerplate and template overhead using core.reflect | |||
|---|---|---|---|
| |||
...instances per serialzed-root-type
const(ubyte[]) serialize(T)(T value) {
static immutable Type type... | |||
April 15, 2021 Learn » Re: How do I create classes dynamically? | |||
|---|---|---|---|
| |||
...process(void* input, void* output); void function serialize(ubyte[] bytes); } shared Functions[string] registration; So... | |||
March 18, 2021 General » Re: std.sumtype? | |||
|---|---|---|---|
| |||
...com/deviator/sbin/blob/master/source/sbin/serialize.d#L76 and deserialization: 1. read tag... | |||
February 02, 2021 Learn » How can I stop D from dropping decimals in strings | |||
|---|---|---|---|
| |||
Hi all, I have to serialize an array like [0.0, 0.0, 0.0... | |||
January 15, 2021 General » CRTP + compile-time introspection + static ctors = WIN | |||
|---|---|---|---|
| |||
...the derived class and generate code to serialize its fields. It includes code to generate... | |||
November 01, 2020 Learn » Re: Why is vibe.d json serializer/deserializer so complex? | |||
|---|---|---|---|
| |||
...the review process https://github.com/JesseKPhillips/DIPs/blob/serialize/attribute/DIPs/1NNN-jkp.md | |||
September 29, 2020 General » Re: What are the prominent downsides of the D programming language? | |||
|---|---|---|---|
| |||
...to untemplated error messages like: "function call `serialize` not found, did you mean `serialise`?". -Using... | |||
August 21, 2020 General » Re: first numbers: type function vs template | |||
|---|---|---|---|
| |||
...And how many types you have to serialize. newCTFE is an independent virtual machine with... | |||
August 03, 2020 Learn » Re: Question about UDAs | |||
|---|---|---|---|
| |||
...the UDA in my example contributes as "serialize all members as XML but obfuscate the... | |||
Copyright © 1999-2021 by the D Language Foundation