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

Constructor Index

 o serialize_1()

Method Index

 o exec(Term[], Prolog)
Implements the functionality of the call.

Constructors

 o serialize_1
 public serialize_1()

Methods

 o 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