public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
IAsync<SerializationException> |
serialize(Object object,
TypeDefinition typeDef,
IO.Writable output,
List<SerializationRule> rules)
Serialize the given object.
|
IAsync<SerializationException> serialize(Object object, TypeDefinition typeDef, IO.Writable output, List<SerializationRule> rules)
Copyright © 2019. All rights reserved.