Package | Description |
---|---|
com.devexperts.io |
Provides input/output utility classes.
|
Modifier and Type | Method and Description |
---|---|
static <T> Marshaller.Typed<T> |
Marshaller.forClass(Class<? extends T> clazz)
Returns typed marshaller for the given class.
|
static <T> Marshaller.Typed<T[]> |
Marshaller.forClasses(Class<? extends T>... classes)
Returns typed marshaller for the given array of classes.
|
static Marshaller.Typed<?> |
Marshaller.forType(String type)
Returns typed marshaller for the given type name.
|
static Marshaller.Typed<Object[]> |
Marshaller.forTypes(String types)
Returns typed marshaller for the given comma-separated list of type names.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.