Interface SerializationContext

    • Method Detail

      • unregisterProtoFile

        void unregisterProtoFile​(String fileName)
        Unregisters a file. All types defined in it are removed and also the types from all dependant files. The status of dependant files is set to 'unresolved'.
      • unregisterProtoFiles

        void unregisterProtoFiles​(Set<String> fileNames)
        Unregisters a set of files. All types defined in them are removed and also the types from all dependant files. The status of dependant files is set to 'unresolved'.
      • registerMarshaller

        void registerMarshaller​(BaseMarshaller<?> marshaller)
        Register a type marshaller.
        Parameters:
        marshaller - the marshaller instance
      • unregisterMarshaller

        void unregisterMarshaller​(BaseMarshaller<?> marshaller)