Package org.wildfly.clustering.marshalling.protostream.time
-
Class Summary Class Description InstantMarshaller LocalDateTimeMarshaller Marshaller forLocalDateTimeinstances, using the following strategy: Marshal local date Marshal local timeMonthDayMarshaller MarshalsMonthDayinstances.OffsetDateTimeMarshaller Marshaller forOffsetDateTimeinstances, using the following strategy: Marshal local date Marshal local time Marshal zone offsetOffsetTimeMarshaller Marshaller forOffsetTimeinstances, using the following strategy: Marshal local time Marshal zone offsetPeriodMarshaller Marshaller forPeriodinstances, using the following strategy: MarshalPeriod.ZEROas zero bytes Marshal number of years of period as signed integer Marshal number of months of period as signed integer Marshal number of days of period as signed integerYearMonthMarshaller Marshaller forYearMonthinstances, using the following strategy: Marshal epoch year Marshal month as enumZonedDateTimeMarshaller Marshaller forZonedDateTimeinstances, using the following strategy: Marshal duration since epoch Marshal time zone -
Enum Summary Enum Description DurationMarshaller Marshaller forDurationinstances, using the following strategy: MarshalDuration.ZEROas zero bytes Marshal number of seconds of duration as unsigned long Marshal sub-second value of duration as unsigned integer, using millisecond precision, if possibleLocalDateMarshaller Marshals aLocalDateas an epoch day.LocalTimeMarshaller Marshaller forLocalTimeinstances, using the following strategy: MarshalLocalTime.MIDNIGHTas zero bytes Marshal number of seconds in day as unsigned integer, using hours or minutes precision, if possible Marshal sub-second value of day as unsigned integer, using millisecond precision if possibleTimeMarshallerProvider Provider for java.time marshallers.YearMarshaller MarshalsYearinstances as number of years since the epoch year.ZoneOffsetMarshaller Marshalling forZoneOffsetinstances using the following strategy: MarshalZoneOffset.UTCas zero bytes If offset is of form ±HH, marshal as signed integer of hours If offset is of form ±HH:MM, marshal as signed integer of total minutes If offset is of form ±HH:MM:SS, marshal as signed integer of total seconds