All Packages Class Hierarchy This Package Previous Next Index
Class prolog.lib.serialize_1
java.lang.Object
|
+----prolog.Predicate
|
+----prolog.CompiledPredicate
|
+----prolog.lib.serialize_1
- public class serialize_1
- extends CompiledPredicate
serialize/1: Dump the database to the specified file using
Java's serialization functions. Useful for applet stuff.
- See Also:
- Database, deserialize_1
-
serialize_1()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
serialize_1
public serialize_1()
exec
public boolean exec(Term args[],
Prolog p) throws PrologException
- Implements the functionality of the call.
- Overrides:
- exec in class CompiledPredicate
All Packages Class Hierarchy This Package Previous Next Index