org.duracloud.services.util
Interface ServiceSerializer
- All Known Implementing Classes:
- XMLServiceSerializerImpl
public interface ServiceSerializer
serialize
String serialize(List<ComputeService> services)
throws Exception
- Throws:
Exception
deserializeList
List<ComputeServiceBean> deserializeList(String xml)
serialize
String serialize(ComputeServiceBean bean)
throws Exception
- Throws:
Exception
deserializeBean
ComputeServiceBean deserializeBean(String xml)
Copyright © 2009-2011 DuraSpace. All Rights Reserved.