Skip to content

Commit

Permalink
feat(plc4go): expose Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed May 23, 2022
1 parent 7d0002a commit 1422a4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plc4go/utils/exposedUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ import (
"github.com/apache/plc4x/plc4go/internal/spi/utils"
)

// Serializable indicates that something is serializable
type Serializable interface {
utils.Serializable
}

// ReadBufferByteBased is a byte based read buffer
type ReadBufferByteBased interface {
utils.ReadBufferByteBased
Expand Down

0 comments on commit 1422a4e

Please sign in to comment.