Uses of Package
org.wildfly.clustering.marshalling.protostream.time
Packages that use org.wildfly.clustering.marshalling.protostream.time
-
Classes in org.wildfly.clustering.marshalling.protostream.time used by org.wildfly.clustering.marshalling.protostream.timeClassDescriptionMarshaller for
Durationinstances, 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 possibleMarshals aLocalDateas an epoch day.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 possibleMarshalsYearinstances as number of years since the epoch year.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