serializer icon indicating copy to clipboard operation
serializer copied to clipboard

Serializer project

Results 11 serializer issues
Sort by recently updated
recently updated
newest added

## Environment Details * Eclipse Serializer Version: 1.2.0 * JDK version: 21.0.1 * OS: Win 10 * Used frameworks: - ## Describe the bug ``` Exception in thread "main" java.lang.IndexOutOfBoundsException:...

bug

## Environment Details * Eclipse Serializer Version: 1.0.0 * JDK version: 17.0.7 * OS: Windows 10 ## Describe the bug Hello! I stumbled across your de/serialization framework, which looks great!...

## Environment Details * Eclipse Serializer Version: 1.3.1 * JDK version: 21.0.2 * OS: alpine linux or Win 10 * Used frameworks: - ## Describe the bug After 1 hour...

cannot reproduce

## Environment Details * Eclipse Serializer Version: 1.2.0 * JDK version: 21.0.1 * OS: Win 10 * Used frameworks: - ## Describe the bug I am using a LazyHashSet to...

bug

We might want to consider using `java.util.logging` instead of `slf4j`. `java.util.logging` is part of the JDK, so using it means having one less external dependency.

## Environment Details * Eclipse Serializer Version: 1.2.0 * JDK version: 21 * OS: Linux * Used frameworks: Spring Boot, Memcached ## Describe the bug When spawning virtual threads they...

In our code, we have a lot of DTOs like this: ```java @lombok.Value @lombok.Builder class Entity { String requiredField; @lombok.Builder.Default String requiredFieldWithDefaultValue = "default value"; } ``` For the provided...

## Is your feature request related to a problem? Please describe. We'd like to use EclipseSerializer to serialize objects to a database to be (later) deserialized by a potentially different...

enhancement

Add Binary Handler für Collections$SetFromMap class The data in this private class is marked as 'Transient,' which is why these data are not being correctly saved. We may need to...

This is a long-term reminder to replace some Unsafe methods we are using. These eventually have to be replaced with their official substitutes. The Unsafe methods will be removed in...

enhancement