Helps if we actually call the function that's able to be overridden.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5488 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -373,7 +373,7 @@ public abstract class ConfigRegistry
|
|||||||
protected void serialize (String name, String key, Object value)
|
protected void serialize (String name, String key, Object value)
|
||||||
{
|
{
|
||||||
ByteArrayOutInputStream out = new ByteArrayOutInputStream();
|
ByteArrayOutInputStream out = new ByteArrayOutInputStream();
|
||||||
ObjectOutputStream oout = new ObjectOutputStream(out);
|
ObjectOutputStream oout = createObjectOutputStream(out);
|
||||||
try {
|
try {
|
||||||
oout.writeObject(value);
|
oout.writeObject(value);
|
||||||
oout.flush();
|
oout.flush();
|
||||||
|
|||||||
Reference in New Issue
Block a user