public class MarshallCompat extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MarshallCompat.CommandListDeserializer |
static class |
MarshallCompat.CommandListSerializer |
static class |
MarshallCompat.NodePathDeserializer |
static class |
MarshallCompat.NodePathSerializer |
static class |
MarshallCompat.NullableJsonNodeDeserializer |
static class |
MarshallCompat.SerializerFlavor |
static class |
MarshallCompat.SimplifiedTypeDeserializer<T extends SimplifiedType> |
static class |
MarshallCompat.SimplifiedTypeSerializer<T extends SimplifiedType> |
Constructor and Description |
---|
MarshallCompat() |
Modifier and Type | Method and Description |
---|---|
static Object |
marshallCommand(ICommand command)
Marshal a command to a JS object.
|
static ICommand |
unmarshallCommand(Object from)
Unmarshal a command by reading from the provided JS object data.
|
Copyright © 2019 Red Hat. All rights reserved.