Class SerializableCharset

java.lang.Object
java.nio.charset.Charset
de.firemage.autograder.core.SerializableCharset
All Implemented Interfaces:
Serializable, Comparable<Charset>

public final class SerializableCharset extends Charset implements Serializable
This class is a workaround for the fact that Charset is not serializable. It is used to make SourceInfo serializable.
See Also:
  • Constructor Details

    • SerializableCharset

      public SerializableCharset()
    • SerializableCharset

      public SerializableCharset(String name)
    • SerializableCharset

      public SerializableCharset(Charset charset)
  • Method Details