| Package | Description |
|---|---|
| com.landawn.abacus.parser | |
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormat |
KryoSerializationConfig.getDateTimeFormat()
Deprecated.
UnsupportedOperationException
|
DateTimeFormat |
SerializationConfig.getDateTimeFormat()
The default format is:
LONG. |
| Modifier and Type | Method and Description |
|---|---|
static JSONSerializationConfig |
JSONSerializationConfig.JSC.of(boolean quotePropName,
boolean quoteMapKey,
DateTimeFormat dateTimeFormat,
Exclusion exclusion,
Map<Class<?>,Collection<String>> ignoredPropNames)
Deprecated.
|
static XMLSerializationConfig |
XMLSerializationConfig.XSC.of(boolean tagByPropertyName,
boolean ignoreTypeInfo,
DateTimeFormat dateTimeFormat,
Exclusion exclusion,
Map<Class<?>,Collection<String>> ignoredPropNames)
Deprecated.
|
static JSONSerializationConfig |
JSONSerializationConfig.JSC.of(DateTimeFormat dateTimeFormat)
Deprecated.
|
static XMLSerializationConfig |
XMLSerializationConfig.XSC.of(DateTimeFormat dateTimeFormat)
Deprecated.
|
KryoSerializationConfig |
KryoSerializationConfig.setDateTimeFormat(DateTimeFormat dateTimeFormat)
Deprecated.
UnsupportedOperationException
|
C |
SerializationConfig.setDateTimeFormat(DateTimeFormat dateTimeFormat)
Sets the date time format.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFormat |
DateTimeFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFormat[] |
DateTimeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.