Searched refs:deserializeInstant (Results 1 – 2 of 2) sorted by relevance
54 Instant fromLong = FledgeRoomConverters.deserializeInstant(fromInstant); in testSerializeDeserializeInstant()62 assertNull(FledgeRoomConverters.deserializeInstant(null)); in testConvertersNullInputs()
55 public static Instant deserializeInstant(@Nullable Long epochMilli) { in deserializeInstant() method in FledgeRoomConverters