Interface MarshallingConfigurationRepository

All Known Implementing Classes:
SimpleMarshallingConfigurationRepository

public interface MarshallingConfigurationRepository
Repository of versioned MarshallingConfigurations.
Author:
Paul Ferraro
  • Method Details

    • getCurrentMarshallingVersion

      int getCurrentMarshallingVersion()
    • getMarshallingConfiguration

      org.jboss.marshalling.MarshallingConfiguration getMarshallingConfiguration(int version)