Interface FocessSerializable

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    Pair, RSAKeypair, Version

    public interface FocessSerializable
    extends Serializable
    Represents this class is a serializable class

    You should implement the deserialize method if you have implemented the serialize method (not return null).

    • Method Detail

      • serialize

        @Nullable
        default Map<String,​Object> serialize()
        Serialize the object
        Returns:
        the serialized object, null if it should serialize all fields in the object.