java.lang.Object
org.gridgain.internal.security.jwt.store.serde.InstantSerDe

public final class InstantSerDe extends Object
Utility class for serializing and deserializing Instant.
  • Method Details

    • serialize

      public static byte[] serialize(Instant instant)
      Serializes Instant to byte array.
      Parameters:
      instant - Instant.
      Returns:
      Byte array.
    • deserialize

      public static Instant deserialize(byte[] bytes)
      Deserializes Instant from byte array.
      Parameters:
      bytes - Byte array.
      Returns:
      Instant.