Searched refs:serialize (Results 1 – 4 of 4) sorted by relevance
41 public void serialize(OutputStream xmlOutputStream) throws IOException; in serialize() method
126 public void serialize(OutputStream stream) throws IOException { in serialize() method in SubPlan
71 subPlan.serialize(subPlanOutputStream); in testSerialization()
194 subPlan.serialize(new BufferedOutputStream(new FileOutputStream(mSubPlanFile))); in createAndSerializeSubPlan()