Package de.timroes.axmlrpc.serializer
-
Interface Summary Interface Description Serializer A Serializer is responsible to serialize a specific type of data to an xml tag and deserialize the content of this xml tag back to an object. -
Class Summary Class Description ArraySerializer Base64Serializer BooleanSerializer DateTimeSerializer DoubleSerializer This serializer is responsible for floating point numbers.IntSerializer NullSerializer SerializerHandler The serializer handler serializes and deserialized objects.StringSerializer StructSerializer