public interface DynamicEnum extends net.openhft.chronicle.core.util.CoreDynamicEnum, Marshallable
EMPTYDISCARD| Modifier and Type | Method and Description |
|---|---|
static <E extends DynamicEnum> |
updateEnum(E e)
Uses a floating DynamicEnum to update the cached copy so every deserialization of the value from name() use have this information
|
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueunexpectedFieldstatic <E extends DynamicEnum> void updateEnum(E e)
e - template to use.Copyright © 2022. All rights reserved.