Serialized Form


Package joperties

Class joperties.Joperties extends java.util.Properties implements Serializable

serialVersionUID: -6304373465766166031L


Package joperties.exceptions

Class joperties.exceptions.EncodingException extends JopertiesException implements Serializable

serialVersionUID: -7319075117471794808L

Serialized Fields

interpreter

AbstractInterpreter<T> interpreter
This is the interpreter that failed.


obj

java.lang.Object obj
This is the object that the interpreter failed to encode.

Class joperties.exceptions.InterpretationException extends JopertiesException implements Serializable

serialVersionUID: 6506645667995322448L

Serialized Fields

interpreter

AbstractInterpreter<T> interpreter
This is the interpreter that failed.


string

java.lang.String string
This is the string that the interpreter failed to interpret.

Class joperties.exceptions.JopertiesException extends java.lang.Exception implements Serializable

serialVersionUID: -1774644060421587148L

Class joperties.exceptions.NoApropriateInterpeterFoundException extends JopertiesException implements Serializable

serialVersionUID: -74372627355640105L

Serialized Fields

classToInterpret

java.lang.Class<T> classToInterpret
This holds the class that no interpreter was found for.


stringToInterpret

java.lang.String stringToInterpret
This optionally holds the string that was not interpretet.