Package com.webmethods.rtl.util.perf
Interface IPerfSerializer
public interface IPerfSerializer
-
Method Summary
Modifier and TypeMethodDescriptiongetInputStream
(IPerfData data) Loads the data from the specified locationvoid
Save the data to the lcoation
-
Method Details
-
getInputStream
- Throws:
IOException
PortalException
-
save
Save the data to the lcoation- Throws:
IOException
PortalException
-
load
Loads the data from the specified location- Throws:
IOException
PortalException
-