- All Known Implementing Classes:
MessageFormatV3,MessageFormatV4,MessageFormatV43,MessageFormatV44,MessageFormatV5
public interface MessageFormat
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptiondefault voidEnables 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).
-