Package com.googlecode.richrest.util.serialize

Source Code of com.googlecode.richrest.util.serialize.XmlSerializerTestCase

package com.googlecode.richrest.util.serialize;

import com.googlecode.richrest.util.serializer.stream.StreamSerializer;
import com.googlecode.richrest.util.serializer.stream.XmlStreamSerializer;

public class XmlSerializerTestCase extends SerializerTestCase {

  protected StreamSerializer createSerializer() {
    return new XmlStreamSerializer();
  }

}
TOP

Related Classes of com.googlecode.richrest.util.serialize.XmlSerializerTestCase

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.