public class XMLDateHelper extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XMLDateHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.time.LocalDate |
deserializeSimpleDate(String xml)
Deserialize the simple date string.
|
static String |
serializeSimpleDate(java.time.LocalDate dateObj,
String rootName)
Serialize the simple date.
|
public static String serializeSimpleDate(java.time.LocalDate dateObj, String rootName)
dateObj - An instance of LocalDate.rootName - The root name of XML block.public static java.time.LocalDate deserializeSimpleDate(String xml)
xml - The Xml string.LocalDate.Copyright © 2025. All rights reserved.