private static final class Levels.LevelData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
name |
private String |
resourceBundleName |
private static ObjectStreamField[] |
serialPersistentFields
Fields from
Level that needs to be serialized. |
private static long |
serialVersionUID |
private int |
value |
Constructor and Description |
---|
Levels.LevelData(String name,
int value,
String resourceBundleName) |
Modifier and Type | Method and Description |
---|---|
private void |
writeObject(ObjectOutputStream out)
Controls the writing of the actual fields to mimic those available
in
Level . |
private static final ObjectStreamField[] serialPersistentFields
Level
that needs to be serialized.private static final long serialVersionUID
private final transient String name
private final transient int value
private final transient String resourceBundleName
private void writeObject(ObjectOutputStream out) throws IOException
Level
.IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.