public class DataInputOutputSerdeProviderDefault extends Object implements DataInputOutputSerdeProvider
Modifier and Type | Field and Description |
---|---|
static DataInputOutputSerdeProviderDefault |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeWCollation |
eventNullable(EventType eventType) |
DataInputOutputSerdeWCollation |
linkedHashMapEventsAndInt(EventType eventType) |
DataInputOutputSerdeWCollation |
listEvents(EventType eventType) |
DataInputOutputSerdeWCollation |
listValues(Class type) |
DataInputOutputSerdeWCollation |
objectArrayMayNullNull(Class[] types) |
DataInputOutputSerdeWCollation |
refCountedSet(Class type) |
DataInputOutputSerdeWCollation |
refCountedSetAtomicInteger(EventType eventType) |
DataInputOutputSerdeWCollation |
sortedRefCountedSet(Class type) |
DIOSerdeTreeMapEventsMayDeque |
treeMapEventsMayDeque(Class[] valueTypes,
EventType eventType) |
DataInputOutputSerdeWCollation |
valueNullable(Class type) |
public static final DataInputOutputSerdeProviderDefault INSTANCE
public DataInputOutputSerdeWCollation valueNullable(Class type)
valueNullable
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation refCountedSet(Class type)
refCountedSet
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation sortedRefCountedSet(Class type)
sortedRefCountedSet
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation listValues(Class type)
public DataInputOutputSerdeWCollation listEvents(EventType eventType)
listEvents
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation linkedHashMapEventsAndInt(EventType eventType)
linkedHashMapEventsAndInt
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation eventNullable(EventType eventType)
eventNullable
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation objectArrayMayNullNull(Class[] types)
objectArrayMayNullNull
in interface DataInputOutputSerdeProvider
public DIOSerdeTreeMapEventsMayDeque treeMapEventsMayDeque(Class[] valueTypes, EventType eventType)
treeMapEventsMayDeque
in interface DataInputOutputSerdeProvider
public DataInputOutputSerdeWCollation refCountedSetAtomicInteger(EventType eventType)
refCountedSetAtomicInteger
in interface DataInputOutputSerdeProvider
Copyright © 2005–2018. All rights reserved.