- All Known Implementing Classes:
MessageFormatV3
,MessageFormatV4
,MessageFormatV43
,MessageFormatV44
,MessageFormatV5
,MessageFormatV51
,MessageFormatV54
public interface MessageFormat
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Enables datetime in UTC if supported by the given message format.newWriter
(PackOutput output)
-
Method Details
-
newWriter
-
newReader
-
enableDateTimeUtc
default void enableDateTimeUtc()Enables datetime in UTC if supported by the given message format. This is only for use with formats that support multiple modes.This only takes effect on subsequent writer and reader creation via
newWriter(PackOutput)
andnewReader(PackInput)
.
-