Package org.eclipse.serializer.persistence.binary.jdk17.java.util


package org.eclipse.serializer.persistence.binary.jdk17.java.util
  • Classes
    Class
    Description
    Generic abstract class for specialized handler for java.util.ImmutableCollections.Set12 and java.util.ImmutableCollections.List12 in JDK 15 and later

    The handler takes the internal constant java.util.ImmutableCollections.EMPTY into account which must not be persisted.
    Specialized handler for immutable List implementations in Java 15 and later as found in java.util.ImmutableCollections.List12

    the implementations are returned from List.of(), List.of(E e1) and List.of(E e1, E e2)

    The handler takes the internal constant java.util.ImmutableCollections.EMPTY into account which must not be persisted.
    Specialized handler for immutable Set implementations in Java 15 and later as found in java.util.ImmutableCollections.Set12

    the implementations are returned from Set.of(), Set.of(E e1) and Set.of(E e1, E e2)

    The handler takes the internal constant java.util.ImmutableCollections.EMPTY into account which must not be persisted.