blob: c83306e5c7aae946e2791a1da6b78700718ff262 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/
/*
* Copyright (C) 2020-2022 Lightbend Inc. <https://www.lightbend.com>
*/
// #guideCbor
package jdocs.guide;
/** Marker trait for serialization with Jackson CBOR */
public interface CborSerializable {}
// #guideCbor