Class MapMarshaller<T extends Map<Object,​Object>>

    • Constructor Detail

      • MapMarshaller

        public MapMarshaller​(Supplier<T> factory)
    • Method Detail

      • readFrom

        public T readFrom​(ProtoStreamReader reader)
                   throws IOException
        Description copied from interface: Readable
        Reads an object from the specified reader.
        Parameters:
        reader - a ProtoStream reader
        Returns:
        the read object
        Throws:
        IOException - if the object could not be read