-
I use gocache as a cachable mysql wrapper.
```golang
bc, err := bigcache.NewBigCache(bigcache.DefaultConfig(time.Minute))
if err != nil {
panic(err)
}
return cache.NewLoadable(func(key int…
-
Any way to implement marshal serialization without starting an external ruby process?
-
When I run the runWebcam it always shows the ValueError: bad marshal data (unknown type code), I found the most popular solution of this by google, it tells me to delete the pyc files, but after I d…
-
## Summary
We should add `MAX_MARSHALED_SIZE` to `Marshalable` (and `MarshalableVariant`),
and deprecate and remove `Unionify`.
## Details
The specification says about the sized buffers (Par…
-
Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest
Interop/PInvoke/SizeParamIndex/
Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest
Interop/StringMarshalling/BSTR/BSTRTest
-
As discussed in web api meeting:
Currently we are manually marshalling the eventContext as a json response to user login.
Would be nice if omero-marshal could handle this.
-
https://docs.python.org/3/library/marshal.html is a yet another insecure serialization impl.
-
Consider refactoring usage of `Marshal.Read*` and `Marshal.Write*` with either raw pointers or `Unsafe.Read` & `Unsafe.Write`.
For legacy reasons, the Marshal classes seem to include exception handl…
-
If I pass the option of `{ unwrapNumbers: true }` it is not sent to the auto-marshaller when unmarshalling an item.
Is this project dead? [This commit](https://github.com/awslabs/dynamodb-data-mapp…
-
It would be helpful to have annotations to mark up POJOs for Transit, and an the associated Reader/Writer implementations, in the style of [Jackson Annotations](https://github.com/FasterXML/jackson-an…