public interface DataInputOutputSerdeProvider
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerde |
eventNullable(EventType eventType) |
DataInputOutputSerde |
linkedHashMapEventsAndInt(EventType eventType) |
DataInputOutputSerde |
listEvents(EventType eventType) |
DataInputOutputSerde |
objectArrayMayNullNull(Class[] types) |
DataInputOutputSerde |
refCountedSet(Class type) |
DataInputOutputSerde |
refCountedSetAtomicInteger(EventType eventType) |
DataInputOutputSerde |
sortedRefCountedSet(Class type) |
DIOSerdeTreeMapEventsMayDeque |
treeMapEventsMayDeque(Class[] valueTypes,
EventType eventType) |
DataInputOutputSerde |
valueNullable(Class type) |
DataInputOutputSerde valueNullable(Class type)
DataInputOutputSerde refCountedSet(Class type)
DataInputOutputSerde sortedRefCountedSet(Class type)
DataInputOutputSerde objectArrayMayNullNull(Class[] types)
DataInputOutputSerde listEvents(EventType eventType)
DataInputOutputSerde linkedHashMapEventsAndInt(EventType eventType)
DataInputOutputSerde eventNullable(EventType eventType)
DataInputOutputSerde refCountedSetAtomicInteger(EventType eventType)
DIOSerdeTreeMapEventsMayDeque treeMapEventsMayDeque(Class[] valueTypes, EventType eventType)
Copyright © 2005–2018. All rights reserved.