Package de.firemage.autograder.core
Class SerializableCharset
java.lang.Object
java.nio.charset.Charset
de.firemage.autograder.core.SerializableCharset
- All Implemented Interfaces:
Serializable,Comparable<Charset>
This class is a workaround for the fact that
Charset is not serializable.
It is used to make SourceInfo serializable.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
SerializableCharset
public SerializableCharset() -
SerializableCharset
-
SerializableCharset
-
-
Method Details
-
contains
-
newDecoder
- Specified by:
newDecoderin classCharset
-
newEncoder
- Specified by:
newEncoderin classCharset
-