org.duracloud.services.util
Interface ServiceSerializer

All Known Implementing Classes:
XMLServiceSerializerImpl

public interface ServiceSerializer


Method Summary
 ComputeServiceBean deserializeBean(String xml)
           
 List<ComputeServiceBean> deserializeList(String xml)
           
 String serialize(ComputeServiceBean bean)
           
 String serialize(List<ComputeService> services)
           
 

Method Detail

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.