Package org.onebusaway.transit_data_federation.services.serialization
-
Interface Summary Interface Description EntryCallback<T> A simple callback interface with a single typed argument. -
Class Summary Class Description EntryIdAndCallback<K,T> A sort of delayed-binding mechanism to help with serializing large, highly connected graphs of Java objects where you usually get a stack-depth exception when the default DFS Java serialization mechanism does its thing.