public interface SerializableAware
Interpreter
)
if it supports serialization.Interpreter
Modifier and Type | Interface and Description |
---|---|
static interface |
SerializableAware.Filter
The filter used with
write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter) . |
Modifier and Type | Method and Description |
---|---|
void |
read(java.io.ObjectInputStream s)
Reads the name and value of the variable from the specified input
stream.
|
void |
write(java.io.ObjectOutputStream s,
SerializableAware.Filter filter)
Writes the name and value of the variables of this namespace
to the specified stream.
|
void write(java.io.ObjectOutputStream s, SerializableAware.Filter filter) throws java.io.IOException
If the variable's value is not serializable, it won't be written.
To read back, use read(java.io.ObjectInputStream)
.
java.io.IOException
void read(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
write(java.io.ObjectOutputStream, org.zkoss.zk.scripting.SerializableAware.Filter)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.