icerpc / icerpc-slice

Slice files shared by all IceRPC implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IceRPC Slice files

This directory provides Slice definitions shared by all IceRPC implementations.

Subdirectory Description
Ice Interfaces and exceptions provided for interop with Ice applications.
IceRpc Types provided by all IceRPC implementations. These types are IceRPC-specific.
IceRpc/**/Internal Types used by IceRPC implementations to implement the ice protocol, the icerpc protocol, the Slic protocol and more. These are internal IceRPC implementation details—applications built with IceRPC don't need to see these definitions.
WellKnownTypes Custom types such as Uri and TimeStamp. These well-known types are RPC-independent.

The copy of record for these Slice files is the icerpc-slice repository. Each IceRPC implementation is expected to create its own read-only clone of these Slice files with git subtree. For example, the slice directory of the icerpc-csharp repository is a git subtree clone of icerpc-slice.

About

Slice files shared by all IceRPC implementations

License:Apache License 2.0