| Package | Description |
|---|---|
| net.lecousin.framework.io.serialization.annotations |
Annotations used for serialization and deserialization, to customize the process.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddAttribute.ToRule
Convert the annotation into a serialization rule.
|
static class |
TypeInstantiation.ToRule
Convert an annotation into a rule.
|
static class |
TypeSerializer.ToRule
Convert an annotation into a rule.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TypeAnnotationToRule<?>> |
TypeAnnotationToRule.getAnnotationToRules(Annotation a)
Search for implementations to convert the given annotation into a rule.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
TypeAnnotationToRule.Registry.register(Class<T> annotationType,
TypeAnnotationToRule<T> toRule)
Register a converter.
|
Copyright © 2019. All rights reserved.