KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > thoughtworks > xstream > converters > MarshallingContext


1 package com.thoughtworks.xstream.converters;
2
3 public interface MarshallingContext {
4
5     void convertAnother(Object JavaDoc nextItem);
6
7 }
8
Popular Tags