Package | Description |
---|---|
brown.tracingplane.bdl |
Library classes used by BDL-generated objects, including the
BDLContext implementation of
BaggageContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
BaggageHandler<T extends Bag>
Provides serialization, deserialization, branch, and merge logic for a bag type.
|
static interface |
Serializer.ElementSerializer<T>
A serializer that only serializes data elements and not bags
|
static interface |
Struct.StructHandler<S> |
Modifier and Type | Class and Description |
---|---|
static class |
CounterImpl.Handler
Provides branch, merge, and serialization logic for
CounterImpl |
Modifier and Type | Method and Description |
---|---|
static <K,V> Serializer<java.util.Map<K,V>> |
Serializers.mapSerializer(java.util.function.Function<K,java.nio.ByteBuffer> keySerializer,
Serializer<V> valueSerializer) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Serializer<java.util.Map<K,V>> |
Serializers.mapSerializer(java.util.function.Function<K,java.nio.ByteBuffer> keySerializer,
Serializer<V> valueSerializer) |