| Name | Description | Type | Package | Framework |
| BooleanArraySerializer | Serializes arrays of booleans. | Class | redstone.xmlrpc.serializers.json | LNB |
| CollectionSerializer | Serializes java. | Class | redstone.xmlrpc.serializers.json | LNB |
| DoubleArraySerializer | Serializes arrays of primitive doubles. | Class | redstone.xmlrpc.serializers.json | LNB |
| FloatArraySerializer | Serializes arrays of primitive floats. | Class | redstone.xmlrpc.serializers.json | LNB |
| IntArraySerializer | Serializes arrays of primitive integers. | Class | redstone.xmlrpc.serializers.json | LNB |
| IntrospectingSerializer | Serializes any Java object using Introspection to learn which properties that the object exposes. | Class | redstone.xmlrpc.serializers.json | LNB |
| ListSerializer | A custom serializer that support serialization of objects implementing the java. | Class | redstone.xmlrpc.serializers.json | LNB |
| MapSerializer | Serializes java. | Class | redstone.xmlrpc.serializers.json | LNB |
| ObjectArraySerializer | Serializes arrays of objects into JSON arrays. | Class | redstone.xmlrpc.serializers.json | LNB |