SERIALIZATION_EXCEPTION property

InnerParseException SERIALIZATION_EXCEPTION
final

Implementation

static final InnerParseException SERIALIZATION_EXCEPTION = InnerParseException(([locale]) => Intl.message(
  "An exception occurrred during serialization or deserialization process.",
  name: "SerializationExceptionPrompt",
  desc: "Prompt user that an error occured during serialization or deserialization.",
  locale: locale
));