Class SimpleItemCollectionSerializer<T>

java.lang.Object
net.shibboleth.metadata.SimpleItemCollectionSerializer<T>
Type Parameters:
T - type of data contained in each item
All Implemented Interfaces:
ItemCollectionSerializer<T>

@Immutable public class SimpleItemCollectionSerializer<T> extends Object implements ItemCollectionSerializer<T>
A simple ItemCollectionSerializer which just serializes each Item in turn.