-
```
What steps will reproduce the problem?
1. Create model class and save an instance to the datastore
2. Import serializers from django.core
3. Serialize .all() queryset via serializers.serialize("xm…
-
## Description
When there are multiple `XmlElement` attributes attached to a property, and one of them specifies that the member type is of some base type A, serializing an object whose property is…
-
Types that implement `IEnumerable` of themselves cause XML serializer to boom with `StackOverflowException`. An example is `JToken`:
```
Assert.IsTrue(typeof(IEnumerable).IsAssignableFrom(typeof(J…
-
```
What steps will reproduce the problem?
1. Create model class and save an instance to the datastore
2. Import serializers from django.core
3. Serialize .all() queryset via serializers.serialize("xm…
-
```rust
use yaserde_derive::YaDeserialize;
#[derive(YaDeserialize)]
pub struct WrappedString(pub String);
```
causes:
> error: proc-macro derive panicked
> 2 | #[derive(YaDeserialize)]
> …
-
# Description
As the title says, deserializing an empty XML tag to a collection gives different behavior when `DynamicCodeSupport` feature switch is enabled or disabled.
Considering the followin…
-
```
What steps will reproduce the problem?
1. Create model class and save an instance to the datastore
2. Import serializers from django.core
3. Serialize .all() queryset via serializers.serialize("xm…
-
```
What steps will reproduce the problem?
1. Create model class and save an instance to the datastore
2. Import serializers from django.core
3. Serialize .all() queryset via serializers.serialize("xm…
-
Hi,
I'm stucked since four days with a strange issue, this is my yml config of Jms Serializer (1.0.0).
I need to override the FOSUserBundle serializer to apply some constraints to the user api.
Insi…
-
## Expected Behavior
AMF by design is compressed (zip), with XML content. The AMF serializer should do this by default, and support an option to skip compression if requested.
## Actual Behavior…
z3dev updated
2 years ago