public interface GenericSerialization
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class<?> type) |
<T> T |
deserialize(String event,
Class<T> type) |
default int |
priority() |
String |
serialize(Object event) |
Copyright © 2021. All rights reserved.