Class DictionaryDeserializer<T>

Object
DictionaryDeserializer<T>
Type Parameters:
T - object-type
All Implemented Interfaces:
Deserializer<T>

public class DictionaryDeserializer<T> extends Object implements Deserializer<T>
Deserializes a Dictionary from a file-system representation as a Java properties file.
Author:
Owen Feehan
  • Constructor Details

    • DictionaryDeserializer

      public DictionaryDeserializer()
  • Method Details