Package ghidra.debug.api.action
Class AutoReadMemorySpec.AutoReadMemorySpecConfigFieldCodec
java.lang.Object
ghidra.debug.api.action.AutoReadMemorySpec.AutoReadMemorySpecConfigFieldCodec
- All Implemented Interfaces:
AutoConfigState.ConfigFieldCodec<AutoReadMemorySpec>
- Enclosing interface:
AutoReadMemorySpec
public static class AutoReadMemorySpec.AutoReadMemorySpecConfigFieldCodec
extends Object
implements AutoConfigState.ConfigFieldCodec<AutoReadMemorySpec>
Codec for saving/restoring the auto-read specification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(SaveState state, String name, AutoReadMemorySpec current) voidwrite(SaveState state, String name, AutoReadMemorySpec value)
-
Constructor Details
-
AutoReadMemorySpecConfigFieldCodec
public AutoReadMemorySpecConfigFieldCodec()
-
-
Method Details
-
read
- Specified by:
readin interfaceAutoConfigState.ConfigFieldCodec<AutoReadMemorySpec>
-
write
- Specified by:
writein interfaceAutoConfigState.ConfigFieldCodec<AutoReadMemorySpec>
-