public interface CustomObjectSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
serializeObject(JsonSerializerInternal serializer,
T instance,
CharBuf builder) |
Class<T> |
type() |
void serializeObject(JsonSerializerInternal serializer, T instance, CharBuf builder)
Copyright © 2015. All Rights Reserved.